diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-28 23:33:43 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-28 23:33:43 +0000 |
commit | 36d66fd5bf14c54f15d37bb129ef56aff98b6b16 (patch) | |
tree | 8df67a4cd7ced96f7cc747f8ba1379c45bd84020 | |
parent | 5d773f9dd6ec7e8235145d1bb6eeefd04a892506 (diff) | |
download | hercules-36d66fd5bf14c54f15d37bb129ef56aff98b6b16.tar.gz hercules-36d66fd5bf14c54f15d37bb129ef56aff98b6b16.tar.bz2 hercules-36d66fd5bf14c54f15d37bb129ef56aff98b6b16.tar.xz hercules-36d66fd5bf14c54f15d37bb129ef56aff98b6b16.zip |
Fixed minor typo in tu_archer script (bugreport:2393).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13334 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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; |