diff options
| author | treeston <treeston.mmoc@gmail.com> | 2016-01-09 03:25:57 +0100 |
|---|---|---|
| committer | treeston <treeston.mmoc@gmail.com> | 2016-01-18 15:11:27 +0100 |
| commit | 8c7cd03d08b70ca97ae9a524410ad5c9c99cce3d (patch) | |
| tree | 0a2578a50e1582e2e20298359ed214a77c34059f /sql | |
| parent | 11a330e6918357e3c58011376d62a20bfb524117 (diff) | |
Item/Misc: Implement Toy Train Set and Wind-Up Train Wrecker.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2016_01_09_toytrain.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_09_toytrain.sql b/sql/updates/world/2016_01_09_toytrain.sql new file mode 100644 index 00000000000..fc0b8a0cda0 --- /dev/null +++ b/sql/updates/world/2016_01_09_toytrain.sql @@ -0,0 +1,6 @@ +-- +UPDATE `gameobject_template` SET `ScriptName`="go_toy_train_set" WHERE `entry`=193963; +UPDATE `creature_template` SET `ScriptName`="npc_train_wrecker" WHERE `entry`=33404; +DELETE FROM `spell_script_names` WHERE `spell_id`=61551; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(61551,"spell_item_toy_train_set_pulse"); |
