mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Spell: Link Fear to Charge used by Spectral Chargers in Karazhan
Closes #15488
This commit is contained in:
3
sql/updates/world/2015_09_21_03_world.sql
Normal file
3
sql/updates/world/2015_09_21_03_world.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