diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-25 15:34:36 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-25 15:34:36 +0200 |
| commit | 06324832b70d4af1804b57885c71db3baf2d2231 (patch) | |
| tree | 712b6544b75354bad1ab639af2a7ed77cbb1d20f /sql | |
| parent | e9acee868bfb46d71f953680982e92f49076c9b9 (diff) | |
Core/Spells: Fix more startup error with spells
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_25_07_world_spell_misc_434.sql | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_25_07_world_spell_misc_434.sql b/sql/updates/world/2013_07_25_07_world_spell_misc_434.sql new file mode 100644 index 00000000000..6a2d96b5f45 --- /dev/null +++ b/sql/updates/world/2013_07_25_07_world_spell_misc_434.sql @@ -0,0 +1,66 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_gen_lifeblood', +'spell_dk_scourge_strike', +'spell_dru_starfall_dummy', +'spell_dk_death_strike', +'spell_pri_mind_sear', +'spell_dk_blood_boil', +'spell_pri_guardian_spirit', +'spell_dk_death_coil', +'spell_pri_penance', +'spell_mage_living_bomb', +'spell_dru_lifebloom', +'spell_pri_shadow_word_death', +'spell_pal_ardent_defender', +'spell_pal_holy_shock', +'spell_warr_deep_wounds', +'spell_pri_mana_burn', +'spell_dru_insect_swarm', +'spell_dru_enrage', +'spell_dru_tiger_s_fury', +'spell_rog_deadly_poison', +'spell_sha_earth_shield', +'spell_mage_frost_warding_trigger' +); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-81708, 'spell_gen_lifeblood'), +(55090, 'spell_dk_scourge_strike'), +(50286, 'spell_dru_starfall_dummy'), +(49998, 'spell_dk_death_strike'), +(49821, 'spell_pri_mind_sear'), +(48721, 'spell_dk_blood_boil'), +(47788, 'spell_pri_guardian_spirit'), +(47541, 'spell_dk_death_coil'), +(47540, 'spell_pri_penance'), +(44457, 'spell_mage_living_bomb'), +(33763, 'spell_dru_lifebloom'), +(32379, 'spell_pri_shadow_word_death'), +(31850, 'spell_pal_ardent_defender'), +(20473, 'spell_pal_holy_shock'), +(12162, 'spell_warr_deep_wounds'), +(8129, 'spell_pri_mana_burn'), +(5570, 'spell_dru_insect_swarm'), +(5229, 'spell_dru_enrage'), +(5217, 'spell_dru_tiger_s_fury'), +(2818, 'spell_rog_deadly_poison'), +(974, 'spell_sha_earth_shield'), +(543, 'spell_mage_frost_warding_trigger'), +(52375, 'spell_dk_death_coil'), +(59134, 'spell_dk_death_coil'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (51685,31130,7235); +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(51685, 51685, 1), +(51685, 51686, 2), +(51685, 51687, 3), +(51685, 51688, 4), +(51685, 51689, 5), + +(31130, 31130, 1), +(31130, 31131, 2), + +(7235, 7235, 1), +(7235, 7241, 2), +(7235, 7242, 3), +(7235, 7243, 4), +(7235, 7244, 5); |
