diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-19 01:02:02 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-19 01:02:02 +0200 |
| commit | da360abc10b042e00c00157e412e1d824a8c1c6e (patch) | |
| tree | 992b74c81b1c68852fdf83efd2e86545e25d1578 /sql | |
| parent | ef8a08ee2c52cd00f64f0283a8862bace4e09b21 (diff) | |
Core/Spells: Convert/Update some shaman spells for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql new file mode 100644 index 00000000000..5ed7ae05061 --- /dev/null +++ b/sql/updates/world/2013_07_19_00_world_spell_script_misc_434.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-52752,55440); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-52752,'spell_sha_ancestral_awakening'), +(55440,'spell_sha_ancestral_awakening'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id`=52752; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(52752, 52752, 1), +(52752, 51557, 2), +(52752, 51558, 3); |
