Core/Spells: Missing SQL from previous commit regarding PvP Trinket/WOTF shared CD
--HG-- branch : trunk
This commit is contained in:
@@ -26728,6 +26728,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
( 70592, 'spell_creature_permanent_feign_death'),
|
||||
( 70628, 'spell_creature_permanent_feign_death'),
|
||||
( 74490, 'spell_creature_permanent_feign_death'),
|
||||
( 72752, 'spell_pvp_trinket_wotf_shared_cd'),
|
||||
( 72757, 'spell_pvp_trinket_wotf_shared_cd'),
|
||||
-- instances
|
||||
( 69057, 'spell_marrowgar_bone_spike_graveyard'),
|
||||
( 69140, 'spell_marrowgar_coldflame'),
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN(72752,72757);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
('72752', 'spell_pvp_trinket_wotf_shared_cd'),
|
||||
('72757', 'spell_pvp_trinket_wotf_shared_cd');
|
||||
Reference in New Issue
Block a user