git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13334 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -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]
@@ -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;