Core/Spell: Shaman Bloodlust/Heroism ignore LOS

closes: #6307
This commit is contained in:
gerripeach
2013-10-22 19:25:47 +02:00
committed by Gacko
parent 9802c7b891
commit 5c0cf982a7

View File

@@ -0,0 +1,4 @@
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN(2825, 32182);
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `comment`) VALUES
(0, 2825, 64, 'Ignore LOS for Heroism'),
(0, 32182, 64, 'Ignore LOS for Bloodlust');