DB/World: DBErrors
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
-- DBErrors
|
||||||
|
UPDATE `version` SET `cache_id`=69497 WHERE `cache_id` >0;
|
||||||
|
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_item_dire_brew','spell_pal_fist_of_justice','spell_rog_killing_spree','spell_dru_natures_grace_eclipse','spell_muru_darkness','spell_warr_improved_whirlwind_cleave');
|
||||||
|
|
||||||
|
DELETE FROM `spell_script_names` WHERE `spell_id`=228920 AND `ScriptName`='spell_warr_ravager_aurascript';
|
||||||
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||||
|
(228920, 'spell_warr_ravager_aurascript');
|
||||||
|
|
||||||
|
DELETE FROM `spell_script_names` WHERE `spell_id`=51690 AND `ScriptName`='spell_rog_killing_spree_aura';
|
||||||
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||||
|
(51690, 'spell_rog_killing_spree_aura');
|
||||||
|
|
||||||
|
DELETE FROM `spell_script_names` WHERE `spell_id`=405642 AND `ScriptName`='spell_blistering_twilight_aura';
|
||||||
|
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||||
|
(405642, 'spell_blistering_twilight_aura');
|
||||||
|
|
||||||
Reference in New Issue
Block a user