diff options
| author | QAston <none@none> | 2009-08-04 01:44:14 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-04 01:44:14 +0200 |
| commit | 2e34af64cf83d79b7352636da71b60132b512106 (patch) | |
| tree | cea5dcc663fed54b74f728c3af730b47da0e9096 /sql/updates/4748_world.sql | |
| parent | 29c9d709b908bae35b03dc24e5ba64481c1d547e (diff) | |
*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
Diffstat (limited to 'sql/updates/4748_world.sql')
| -rw-r--r-- | sql/updates/4748_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
