diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-14 20:39:50 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-14 20:39:50 +0200 |
commit | 58742aae67697a5ffe7f460adaa10d567a0d4434 (patch) | |
tree | 071efb427001673835112d5f5759d62650939a79 /npc/042-1 | |
parent | d93334d760d6ca6aba505cb49a1fb39f4b2ec0e6 (diff) | |
download | serverdata-58742aae67697a5ffe7f460adaa10d567a0d4434.tar.gz serverdata-58742aae67697a5ffe7f460adaa10d567a0d4434.tar.bz2 serverdata-58742aae67697a5ffe7f460adaa10d567a0d4434.tar.xz serverdata-58742aae67697a5ffe7f460adaa10d567a0d4434.zip |
fix an issue in hasan
Diffstat (limited to 'npc/042-1')
-rw-r--r-- | npc/042-1/hasan.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 973e2583..ff7ad12b 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -97,7 +97,7 @@ L_Thank: mes "Amazing!\""; next; mes "\"I tell you something: Cool persons are allowed to pass for free."; - mes "And you can my Sharp Knife.\""; + mes "And you can have my Sharp Knife.\""; getitem "SharpKnife", 1; next; set hasan, 0; @@ -200,6 +200,7 @@ onScorpionDeath: message strcharinfo(0), "You saved Hasan."; set $@ScorpionTimer, 0; set $@ScorpionFighter$, ""; + stopnpctimer; end; OnInit: |