From 36d66fd5bf14c54f15d37bb129ef56aff98b6b16 Mon Sep 17 00:00:00 2001 From: jmanfffreak Date: Tue, 28 Oct 2008 23:33:43 +0000 Subject: 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 --- Changelog-Trunk.txt | 1 + npc/quests/first_class/tu_archer.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-70-g09d2