diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-16 14:08:40 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-16 14:08:40 +0200 |
| commit | 5bc913d1da08f2944f1d2217e7b0d2442217021e (patch) | |
| tree | baa4ea7a6bc195a67e49ee3048fb8e1de2d10a01 | |
| parent | 59e86f8df99da5193c53095a6d9d7ba22aa5d401 (diff) | |
SQL: Add newlines to end of file
| -rw-r--r-- | sql/updates/world/2012_09_16_00_fires_over_skettis.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_09_16_00_fires_over_skettis.sql b/sql/updates/world/2012_09_16_00_fires_over_skettis.sql index fff9fbd1d69..d50f45bb020 100644 --- a/sql/updates/world/2012_09_16_00_fires_over_skettis.sql +++ b/sql/updates/world/2012_09_16_00_fires_over_skettis.sql @@ -23,4 +23,4 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`, UPDATE `gameobject_template` SET `AIName`='' WHERE `entry`=@EGG; DELETE FROM `smart_scripts` WHERE `entryorguid`=@EGG AND `source_type`=1; -- Delete GO spawns that are not needed -DELETE FROM `gameobject` WHERE `id`=@EGG;
\ No newline at end of file +DELETE FROM `gameobject` WHERE `id`=@EGG; |
