mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Spell: Link Fear to Charge used by Spectral Chargers in Karazhan
Closes #15488
(cherry picked from commit ee8c4bf077)
This commit is contained in:
3
sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql
Normal file
3
sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 29320;
|
||||
INSERT INTO `spell_linked_spell` VALUES (29320, 29321, 0, 'Charge-Fear');
|
||||
Reference in New Issue
Block a user