mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Misc: delete duplicate file
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
SET @ENTRY := 62266;
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` = @ENTRY;
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0,@ENTRY,64,0,0,'Disable LOS for Spell Trigger 3 adds');
|
||||
Reference in New Issue
Block a user