diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-15 16:21:31 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-15 16:21:31 +0200 |
commit | 0e966c11e25a403fd33ab5a4c2a12f329e635237 (patch) | |
tree | e5b65047245b59236ec9db6f5241e81b32d00eef | |
parent | 43c218ad21b669be9c35b5c7a81b44613726d768 (diff) |
SQL: Add missing newline in 5890f95f7cd7a885b667fe9b5da2dceea22b9b81
-rw-r--r-- | sql/updates/world/2013_08_14_00_world_gameobject_loot_template_335.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2013_08_15_01_world_sai.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_08_14_00_world_gameobject_loot_template_335.sql b/sql/updates/world/2013_08_14_00_world_gameobject_loot_template_335.sql index db3d6659ba5..a2a4ad1e98d 100644 --- a/sql/updates/world/2013_08_14_00_world_gameobject_loot_template_335.sql +++ b/sql/updates/world/2013_08_14_00_world_gameobject_loot_template_335.sql @@ -243,4 +243,4 @@ INSERT INTO `gameobject_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lo -- Cleanups DELETE FROM `reference_loot_template` WHERE `entry` IN (12010,12011,12012,12013,12014,12015,12016,12017); DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`= 4 AND `SourceGroup` IN (6150,6313,13948) AND `SourceEntry`=11514; -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (12010,12012,12013,12014) AND `SourceEntry`=11514;
\ No newline at end of file +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup` IN (12010,12012,12013,12014) AND `SourceEntry`=11514; diff --git a/sql/updates/world/2013_08_15_01_world_sai.sql b/sql/updates/world/2013_08_15_01_world_sai.sql index 1629295644f..5110993f1de 100644 --- a/sql/updates/world/2013_08_15_01_world_sai.sql +++ b/sql/updates/world/2013_08_15_01_world_sai.sql @@ -1,4 +1,4 @@ --- Random comment ™ +-- Random comment SET @SHREDDER := 27061; -- Xink's Shredder SET @XINK := 26660; -- Xink SET @SPELL := 52872; -- Forceitem Xink's Shredder |