diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-02 21:05:00 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-02 21:05:00 +0200 |
commit | 5792849762f40ee6d5fd3ff5aa017c04f406f907 (patch) | |
tree | d77393cc30239a6748b5f657645343e24ecfa09c /world/map/npc/033-1 | |
parent | 1ea98ade0adb103de6e0b1697b8cda116c699f01 (diff) | |
download | serverdata-5792849762f40ee6d5fd3ff5aa017c04f406f907.tar.gz serverdata-5792849762f40ee6d5fd3ff5aa017c04f406f907.tar.bz2 serverdata-5792849762f40ee6d5fd3ff5aa017c04f406f907.tar.xz serverdata-5792849762f40ee6d5fd3ff5aa017c04f406f907.zip |
barbarians: fix some error in debug npc and minor spelling error in kimarr
Diffstat (limited to 'world/map/npc/033-1')
-rw-r--r-- | world/map/npc/033-1/debug.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/033-1/debug.txt b/world/map/npc/033-1/debug.txt index d062ae55..5fab2310 100644 --- a/world/map/npc/033-1/debug.txt +++ b/world/map/npc/033-1/debug.txt @@ -17,7 +17,7 @@ L_Fluffy: set @Q_Barbarians_SHIFT, NIBBLE_0_SHIFT; set @state, 3; callsub S_Update_Mask; - wolvern_count + set wolvern_count, 0; close; L_Reset: diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index ee768428..ace4aadb 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -112,7 +112,7 @@ L_Reward1: // as far as I can tell, this fails because it won't resume from the "next" // when the script is executed via the "OnFluffyDeath" callback // (I haven't tried via the 301st call of OnTimer1000) - message strcharinfo(0), "Kimarr: talk to me for your reward"; + message strcharinfo(0), "Kimarr: Talk to me for your reward."; goto L_Close; // this label is reached on completion of the quest, or, if you inventory was |