mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
DB/Misc: Heart of the Phoenix Cooldown must ignore LoS
By mweinelt, updates #10198
This commit is contained in:
4
sql/updates/world/2013_11_03_18_world_disables.sql
Normal file
4
sql/updates/world/2013_11_03_18_world_disables.sql
Normal 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.');
|
||||
Reference in New Issue
Block a user