mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
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:
5
sql/updates/world/2016_02_08_03_world.sql
Normal file
5
sql/updates/world/2016_02_08_03_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user