mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Scripts/Midsummer: Burning hot pole dance (#17445)
* Scripts/Midsummer: Burning hot pole dance By zwerg, closes #6876
This commit is contained in:
10
sql/updates/world/3.3.5/2016_99_99_99_world_.sql
Normal file
10
sql/updates/world/3.3.5/2016_99_99_99_world_.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- Link Dancer Check Aura and Visual to Ribbon Pole Channel
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (29531,45390);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(29531,45390,0, 'Ribbon Pole - Dancer Check Aura'),
|
||||
(45390,45406,2, 'Ribbon Pole - Periodic Visual');
|
||||
|
||||
-- Spell Script
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=45390;
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(45390, 'spell_gen_ribbon_pole_dancer_check');
|
||||
Reference in New Issue
Block a user