DB/Spell: Flaming Spears

Ref #1596
This commit is contained in:
Killyana
2018-08-22 15:51:53 +02:00
parent af8e28a808
commit 1da9c040c9

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