diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 14:48:04 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-27 14:48:04 +0200 |
| commit | c87e55777168df7ecba478e9e0ffdd89712aa14c (patch) | |
| tree | 707cf040bae8b90e92b1004153b737d9882cf0da /sql | |
| parent | f90c04c1f5d13519a781352cd23f8f971bd3effa (diff) | |
Core/Spells: Fix mage talent "Improved Polymorph"
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_27_02_world_spell_misc_434.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_27_02_world_spell_misc_434.sql b/sql/updates/world/2013_07_27_02_world_spell_misc_434.sql new file mode 100644 index 00000000000..043bcc76889 --- /dev/null +++ b/sql/updates/world/2013_07_27_02_world_spell_misc_434.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=118; +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(118,'spell_mage_polymorph'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id`=83046; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(83046, 83046, 1), +(83046, 83047, 2); |
