DB/Misc: Heart of the Phoenix Cooldown must ignore LoS

By mweinelt, updates #10198
This commit is contained in:
Aokromes
2013-11-03 05:55:13 +01:00
parent 8726c4dca2
commit 2dd80b813e

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `disables` WHERE `sourceType` = 0 AND `entry` = 54114;
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
(0, 54114, 64, 0, 0, 'Heart of the Phoenix uses Cooldown, but won''t work through LoS, so ignore LoS.');