DB/Spell: Flaming Spears

Ref #1596

(cherry picked from commit 1da9c040c9)
This commit is contained in:
Killyana
2018-08-22 15:51:53 +02:00
committed by Shauren
parent 5d48e8db7d
commit fe23cb46ad

View File

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