summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 53b3a613e..65ea86bd5 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,13 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2008/12/20
+ * Extended how duplicates work: (based on Orcao's work in bugreport:2361) [FlavioJS]
+ - you can duplicate warps/shops/cashshops/npcs (before only npcs could be duplicated)
+ - warp duplicates inherit the target location
+ - shop/cashshop duplicates inherit the item list
+ - npc duplicates inherit the script code (backward compatible behaviour)
+ - updated script_commands.txt with the information
2008/12/17
* Removed charcommand code and allowed atcommand code to support its functionality. [SketchyPhoenix]
- Charcommands still retain their '#' symbol but now looks for a character name as the first parameter instead of last.