From 2e34af64cf83d79b7352636da71b60132b512106 Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 4 Aug 2009 01:44:14 +0200 Subject: *Allow ItemExpire events to be scripted. *Add .debug itemexpire command *Add script for Disgusting Jar and Mysterious Egg - original patch by Elron. --HG-- branch : trunk --- sql/updates/4748_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/4748_world.sql (limited to 'sql/updates/4748_world.sql') diff --git a/sql/updates/4748_world.sql b/sql/updates/4748_world.sql new file mode 100644 index 00000000000..00834293554 --- /dev/null +++ b/sql/updates/4748_world.sql @@ -0,0 +1,2 @@ +UPDATE `item_template` SET `ScriptName`='item_mysterious_egg' WHERE `entry` IN(39878); +UPDATE `item_template` SET `ScriptName`='item_disgusting_jar' WHERE `entry` IN(44717); -- cgit v1.2.3