mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
5
sql/updates/world/2013_11_03_20_world_disables.sql
Normal file
5
sql/updates/world/2013_11_03_20_world_disables.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`IN(69922,69956);
|
||||
INSERT INTO `disables`(`sourceType`,`entry`,`flags`,`comment`) VALUES
|
||||
(0,69922,64,'Ignore LOS on Temper Quel Delar'),
|
||||
(0,69956,64,'Ignore LOS on Return Tempered Quel Delar');
|
||||
Reference in New Issue
Block a user