diff options
author | Killyana <morphone1@gmail.com> | 2015-09-21 16:22:27 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-10-30 14:22:02 +0100 |
commit | 2196c7fd8bcb4a529b7a3466d14df56be98bee9c (patch) | |
tree | cbe463d68cce86793ff33fc816654f3902960ffa | |
parent | 7a2f16807679de1a5be598a341f55a9e534247b0 (diff) |
DB/Spell: Link Fear to Charge used by Spectral Chargers in Karazhan
Closes #15488
(cherry picked from commit ee8c4bf077ee901fe7d4c967ff9f5c142055fc8a)
-rw-r--r-- | sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql b/sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql new file mode 100644 index 00000000000..aea8aaf43a1 --- /dev/null +++ b/sql/updates/world/2015_10_30_24_world_2015_09_21_03.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 29320; +INSERT INTO `spell_linked_spell` VALUES (29320, 29321, 0, 'Charge-Fear'); |