Merge branch '3.3.5-toytrain' into 3.3.5 (PR #16218)

This commit is contained in:
treeston
2016-02-05 15:11:22 +01:00
8 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
-- Implement "Toy Train Set" and "Wind-Up Train Wrecker"
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");