Core/Scripts: Fix startup errors

This commit is contained in:
ariel-
2016-02-21 20:32:48 -03:00
parent 2de8d6b4bb
commit 35aa198984
6 changed files with 106 additions and 102 deletions

View File

@@ -0,0 +1,7 @@
--
-- Spell removed in 4.3.4
DELETE FROM `spell_script_names` WHERE `spell_id`=52916;
-- Use DBC values
UPDATE `spell_proc_event` SET `CustomChance`=0, `Cooldown`=0 WHERE `entry` IN (51698,51700,51701);
-- Remove no longer existing script
UPDATE `gameobject_template` SET `ScriptName`='' WHERE `entry`=177226;