diff options
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 35d572a4f..60dd9f2d6 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2008/10/28 + * Fixed minor typo in tu_archer NPC. (bugreport:2393) [Jman] * Made script command "unequip" call status_calc_pc. Thanks to Orcao. (bugreport:2368). [Paradox924X] 2008/10/27 * Fixed all overflow checks and made the code a bit cleaner from r13322. [Paradox924X] diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index d517395e6..f7bd0f2c8 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1313,7 +1313,7 @@ pay_arche,84,139,3 script Seisner 727,{ mes "anything else that"; mes "you want to ask me?"; next; - set .@exitwhite,1; + set .@exitwhile,1; break; } if (.@exitwhile) break; |