diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 22:23:14 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-01 22:23:14 +0000 |
commit | 5d58c4554f4264a1ba546a31439216c90da527b0 (patch) | |
tree | a6a87116ab523d5981808d9fa42fa415af186c7e /Changelog-Trunk.txt | |
parent | 3bd9f774303554a62f3e1dcb260b356d1fae3f6d (diff) | |
download | hercules-5d58c4554f4264a1ba546a31439216c90da527b0.tar.gz hercules-5d58c4554f4264a1ba546a31439216c90da527b0.tar.bz2 hercules-5d58c4554f4264a1ba546a31439216c90da527b0.tar.xz hercules-5d58c4554f4264a1ba546a31439216c90da527b0.zip |
- Cleaned up the npcshop(add/del) item script commands, fixed a possible dangling pointer crash caused by their improper use of realloc. They no longer automatically attach the script to the shop, and they will return true/false based on whether the shop was found or not.
- Added script command npcshopattach to enable attaching/detaching your script from any npc shop.
- Updated doc/script_commands.txt with entries for npcshopitem, npcshopadditem, npcshopdelitem and npcshopattach
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9769 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 255546fe0..ee9741841 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,14 @@ 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. 2007/02/01 + * Cleaned up the npcshop(add/del)item script commands, fixed a possible + dangling pointer crash caused by their improper use of realloc. They no + longer automatically attach the script to the shop, and they will return + true/false based on whether the shop was found or not. + * Added script command npcshopattach to enable attaching/detaching your + script from any npc shop. + * Updated doc/script_commands.txt with entries for npcshopitem, + npcshopadditem, npcshopdelitem and npcshopattach [Skotlex] * A followup to r9761, a header include that somehow didn't commit [ultramage] * Item search is now a bit smarter. When no item is found with the same 'aegis name', then the 'normal' name is used instead. |