From 5d58c4554f4264a1ba546a31439216c90da527b0 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 1 Feb 2007 22:23:14 +0000 Subject: - 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 --- Changelog-Trunk.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Changelog-Trunk.txt') 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. -- cgit v1.2.3-60-g2f50