mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user