Skip to content

Commit

Permalink
DB/Creature: Frost Freeze Trap - Spellcast should ignore LOS
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Rushor committed Feb 8, 2016
1 parent ef280c9 commit bf25a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/2016_02_08_03_world.sql
@@ -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');

0 comments on commit bf25a4b

Please sign in to comment.