fix(DB/Spells): Spell Axe Flurry should target only one player. (#13208)
* fix(DB/Spells): Spell Axe Flurry should target only one player. Fixes #12525 * Update. * Update.
This commit is contained in:
parent
3c8a148b1e
commit
e4ecb086e7
3 changed files with 68 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
--
|
||||
UPDATE `spell_dbc` SET `MaxTargets`=0 WHERE `id`=24019;
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=24071;
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=24019;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(24019,'spell_axe_flurry');
|
||||
Loading…
Add table
Add a link
Reference in a new issue