diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-19 21:54:21 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-19 21:54:21 +0200 |
| commit | 557474f2ae0c393801717ce65656f7b9597ed026 (patch) | |
| tree | 1589d17d8091854eba648842df81a8971afba31e /sql | |
| parent | da360abc10b042e00c00157e412e1d824a8c1c6e (diff) | |
Core/Spells: Convert/Update hunter "Rapid Recuperation" for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_19_01_world_spell_script_misc_434.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_19_01_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_19_01_world_spell_script_misc_434.sql new file mode 100644 index 00000000000..c265c9cd8ce --- /dev/null +++ b/sql/updates/world/2013_07_19_01_world_spell_script_misc_434.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-53228); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-53228,'spell_hun_rapid_recuperation'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id`=53228; +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(53228, 53228, 1), +(53228, 53232, 2); |
