DB/World: DBErrors Fixes
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- DBErrors Fixes
|
||||
DELETE FROM `gameobject_template_addon` WHERE `entry` IN (574951,574970,574973,574974,574976,574977,574978,574982,576094,576097,581937,581938,581939,581940,581941,581958,581974,581975,581976,581977,581978,581979,581980,581981,581982,581983,581984,581985,581986,581989,581991,581992,581994,582009,582012,582013,582019,582022,582023,582025,582105,582107,582109,582110,582112,582115,582127,582129,582130,582131,582132,582133,582134,582135,582136,582137,582138,588841,601312,605202,605203,613456,618922,619069,619070,619071);
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_kyrioss_stormheart','spell_dark_gravity_explosion','spell_crush_reality_effect','spell_crush_reality','spell_kyrioss_thunderbolt','spell_kyrioss_chain_lightning','spell_chaotic_corruption','spell_dark_gravity_periodic','spell_kyrioss_unstable_charge','spell_kyrioss_lightning_dash','spell_kyrioss_lightning_torrent','spell_kyrioss_lightning_torrent_effect','spell_kyrioss_unstable_charge_explosion');
|
||||
UPDATE `instance_template` SET `script`='instance_priority_of_the_sacred_flame' WHERE `map`=2649;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_captain_dailcry' WHERE `entry`=207946;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_baron_braunpyke' WHERE `entry`=207939;
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_prioress_murrpray' WHERE `entry`=207940;
|
||||
|
||||
Reference in New Issue
Block a user