Corrected definition of 'delitem' and 'delitem2', which prevented the optional accountid parameter from working (bugreport:1512).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12792 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage 2008-06-08 13:06:08 +00:00
parent cc74ee4126
commit 4ffe35e8bd
2 changed files with 4 additions and 3 deletions

View File

@ -4,8 +4,9 @@ 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/06/08
* Corrected definition of 'delitem' and 'delitem2', which prevented the
optional accountid parameter from working (bugreport:1512) [ultramage]
* Fixed SA_DISPELL removing SC_CRITICALWOUND. [Brainstorm]
2008/06/07
* Swapped the W_SHOTGUN and W_GATLING weapon type IDs [ultramage]
* Fixed GD_EMERGENCYCALL not working inside gvg castles when WoE is off, bugreport:1637 fix by Meyraw [Brainstorm]

View File

@ -13307,8 +13307,8 @@ struct script_function buildin_func[] = {
BUILDIN_DEF(getnameditem,"is"),
BUILDIN_DEF2(grouprandomitem,"groupranditem","i"),
BUILDIN_DEF(makeitem,"iisii"),
BUILDIN_DEF(delitem,"ii"),
BUILDIN_DEF(delitem2,"iiiiiiiii"),
BUILDIN_DEF(delitem,"ii?"),
BUILDIN_DEF(delitem2,"iiiiiiiii?"),
BUILDIN_DEF2(enableitemuse,"enable_items",""),
BUILDIN_DEF2(disableitemuse,"disable_items",""),
BUILDIN_DEF(cutin,"si"),