diff options
Diffstat (limited to 'npc/002-1/peter.txt')
-rw-r--r-- | npc/002-1/peter.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 15359caf2..40cb6b375 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -44,6 +44,7 @@ L_Main: if (BaseLevel < 8) goto OnTooWeak; if (!.@q || !isinstance(.@q3) || .@q3 <= 0) goto L_Task; + if (instanceowner(.@q3) != getcharid(3)) goto L_Task; if (.@q2 < 15) goto L_ReturnFail; dispbottom l("I am broken?! Please report! Debug data: @@ (@@)", .@q, .@q2); close; |