mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Merge pull request #10336 from joschiwald/spellscripts5
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
This commit is contained in:
11
sql/updates/world/2013_07_24_00_world_spell_script_names.sql
Normal file
11
sql/updates/world/2013_07_24_00_world_spell_script_names.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (63310,50421,23780,33896,37594,37705,23551,23552,23572);
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(63310,'spell_warl_glyph_of_shadowflame'),
|
||||
(50421,'spell_dk_scent_of_blood'),
|
||||
(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');
|
||||
Reference in New Issue
Block a user