diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-12-01 15:05:15 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-12-01 15:05:15 +0100 |
| commit | 3b1f5f29c994cdf58023ad55934ba291b95fa9f2 (patch) | |
| tree | 230eada8282cb335b914077cc6c588531304609b /sql | |
| parent | c703e01471a3598f68051abb17e598e316b744ef (diff) | |
| parent | 3fdbcf18ae2eeb7a965a9b2dc4b7e22796aaceae (diff) | |
Merge pull request #15864 from tkrokli/hallowed_wands
Scripts/Spells: Hallow's End item Hallowed Wand
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_11_15_3574_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_15_3574_world.sql b/sql/updates/world/2015_11_15_3574_world.sql new file mode 100644 index 00000000000..456a36fe882 --- /dev/null +++ b/sql/updates/world/2015_11_15_3574_world.sql @@ -0,0 +1,12 @@ +-- +-- Hallowed wand spell script names +DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_hallow_end_wand'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(24717, 'spell_hallow_end_wand'), -- Pirate Costume +(24718, 'spell_hallow_end_wand'), -- Ninja Costume +(24719, 'spell_hallow_end_wand'), -- Leper Gnome Costume +(24720, 'spell_hallow_end_wand'), -- Random Costume +(24724, 'spell_hallow_end_wand'), -- Skeleton Costume +(24733, 'spell_hallow_end_wand'), -- Bat Costume +(24737, 'spell_hallow_end_wand'), -- Ghost Costume +(24741, 'spell_hallow_end_wand') -- Wisp Costume; |
