mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spell: Flaming Spears
Ref #1596
(cherry picked from commit 1da9c040c9)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
SET @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET := 262144;
|
||||
DELETE FROM `spell_custom_attr` WHERE `entry`=66717;
|
||||
INSERT INTO `spell_custom_attr` (`entry`, `attributes`) VALUES
|
||||
(66717, @SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET);
|
||||
Reference in New Issue
Block a user