mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
4
sql/updates/world/2013_08_09_11_world_disables.sql
Normal file
4
sql/updates/world/2013_08_09_11_world_disables.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (38729,38736);
|
||||
INSERT INTO `disables`(`sourceType`,`entry`,`flags`,`comment`) VALUES
|
||||
(0,38729,64,'Ignore LOS on Rod of Purification'),
|
||||
(0,38736,64,'Ignore LOS on Rod of Purification');
|
||||
Reference in New Issue
Block a user