DB/Creature: Frost Freeze Trap - Spellcast should ignore LOS

* we are using this adding in disables for many spells. if the object edges calculation is improved this addition can be removed
* thanks to Runico for report
* closes #13600
This commit is contained in:
Rushor
2016-02-08 16:31:56 +01:00
parent ef280c94d4
commit bf25a4b8b0

View File

@@ -0,0 +1,5 @@
--
-- DB/Creature: Frost Freeze Trap - Spellcast
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=70460;
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(0, 70460, 64, '', '', 'Ignore LOS for Coldflame Jets');