diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-25 01:11:00 +0100 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-11-25 01:11:00 +0100 |
| commit | dd4d9f44f4551c2ece9f1be5a9b96213d85904b8 (patch) | |
| tree | 38c9ce511795d1d01fffaa8b96cd92e6e4b2edac | |
| parent | cabfcb1a3df7faf1425e5fecc1cc5100eec5ffb0 (diff) | |
SQL: Add newlines to end of file
| -rw-r--r-- | sql/updates/world/2012_11_24_03_world_various_fixes.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_11_24_03_world_various_fixes.sql b/sql/updates/world/2012_11_24_03_world_various_fixes.sql index ac7f7d2b4da..6a30c145165 100644 --- a/sql/updates/world/2012_11_24_03_world_various_fixes.sql +++ b/sql/updates/world/2012_11_24_03_world_various_fixes.sql @@ -598,4 +598,4 @@ INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language (25610, 1, 3, "You have my thanks, stranger.", 12, 0, 100, 1, 0, 0, 'Scourge Prisoner'); -- STARTUP FIXES: DELETE FROM `creature_addon` WHERE `guid`=113585; -UPDATE `creature` SET `spawndist`=0 WHERE `guid`=109406;
\ No newline at end of file +UPDATE `creature` SET `spawndist`=0 WHERE `guid`=109406; |
