diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-18 15:23:09 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-18 15:23:09 +0200 |
| commit | 0b94293dba4a3fa202ec1fe24f16f76d0aef7496 (patch) | |
| tree | 071bbf6bba120a1a3579d11b5681cd5f5c1a64c0 /sql | |
| parent | 98c8dc346ad5c84e548a966daba77a5e0098ee59 (diff) | |
Core/Spells: Convert/Update more spells for 4.3.4
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_18_01_world_spell_script_misc_434.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_18_01_world_spell_script_misc_434.sql b/sql/updates/world/2013_07_18_01_world_spell_script_misc_434.sql new file mode 100644 index 00000000000..b5eecfcc8e7 --- /dev/null +++ b/sql/updates/world/2013_07_18_01_world_spell_script_misc_434.sql @@ -0,0 +1,16 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (-46951,23780,33896,37594,37705,23551,23552,23572); +INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES +(-46951,'spell_warr_sword_and_board'), +(23780,'spell_item_aegis_of_preservation'), +(33896,'spell_item_desperate_defense'), +(37594,'spell_pri_item_greater_heal_refund'), +(37705,'spell_pal_item_healing_discount'), +(23551,'spell_sha_item_lightning_shield'), +(23552,'spell_sha_item_lightning_shield_trigger'), +(23572,'spell_sha_item_mana_surge'); + +DELETE FROM `spell_ranks` WHERE `first_spell_id` IN (46951); +INSERT INTO `spell_ranks` (`first_spell_id`, `spell_id`, `rank`) VALUES +(46951, 46951, 1), +(46951, 46952, 2), +(46951, 46953, 3); |
