mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Rename sql file and apply some code style. *sigh*
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
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');
|
||||
4
sql/updates/world/2013_10_22_00_world_disables.sql
Normal file
4
sql/updates/world/2013_10_22_00_world_disables.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