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:
UltraNix
2022-10-25 20:26:48 +02:00
committed by GitHub
parent 3c8a148b1e
commit e4ecb086e7
3 changed files with 68 additions and 0 deletions

View File

@@ -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');