diff options
author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-12 19:38:48 +0100 |
---|---|---|
committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-12 19:38:48 +0100 |
commit | 9e91bcfe40df06698300e879f6515c70e05aee5d (patch) | |
tree | 34f88f06e6ba7383aa1824511123c57ead73a9d5 | |
parent | bf7f58365f5a2b2be24f27b328a66049cb03348e (diff) |
SQL: Fix "No newline at end of file" in bf7f58365f5a2b2be24f27b328a66049cb03348e
-rw-r--r-- | sql/updates/world/2013_01_12_02_world_creature_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_01_12_02_world_creature_template.sql b/sql/updates/world/2013_01_12_02_world_creature_template.sql index f9c15b34423..608af749f15 100644 --- a/sql/updates/world/2013_01_12_02_world_creature_template.sql +++ b/sql/updates/world/2013_01_12_02_world_creature_template.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `ScriptName`= 'boss_gatewatcher_gyrokill' WHERE `entry`=19218;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName`= 'boss_gatewatcher_gyrokill' WHERE `entry`=19218; |