mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
4
sql/updates/world/2013_10_22_00_world_conditions.sql
Normal file
4
sql/updates/world/2013_10_22_00_world_conditions.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN(2825, 32182);
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `comment`) VALUES
|
||||
(0, 2825, 64, 'Ignore LOS for Heroism'),
|
||||
(0, 32182, 64, 'Ignore LOS for Bloodlust');
|
||||
Reference in New Issue
Block a user