Rename sql file and apply some code style. *sigh*

This commit is contained in:
Gacko
2013-10-22 20:27:04 +02:00
parent 5c0cf982a7
commit e8e148bee9
2 changed files with 4 additions and 4 deletions

View File

@@ -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');

View 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');