aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2013-02-23 18:15:49 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2013-02-23 18:15:49 +0100
commit56e32aac82fe6d18280f6202e3e44d6935fb4b4c (patch)
treecbd8a185ccfc1afdc100cd5052decd35affab98c
parent194cc54f08d8b42c8c49d756e14273d917e1fcf2 (diff)
SQL: Fix "No newline at end of file" in 194cc54f08d8b42c8c49d756e14273d917e1fcf2
-rw-r--r--sql/updates/world/2013_02_23_00_world_gameobject.sql2
-rw-r--r--src/server/game/Accounts/AccountMgr.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2013_02_23_00_world_gameobject.sql b/sql/updates/world/2013_02_23_00_world_gameobject.sql
index 039ee4c0c64..48694505704 100644
--- a/sql/updates/world/2013_02_23_00_world_gameobject.sql
+++ b/sql/updates/world/2013_02_23_00_world_gameobject.sql
@@ -1 +1 @@
-DELETE FROM `gameobject` WHERE `guid`=61090; \ No newline at end of file
+DELETE FROM `gameobject` WHERE `guid`=61090;
diff --git a/src/server/game/Accounts/AccountMgr.cpp b/src/server/game/Accounts/AccountMgr.cpp
index 572327a7bfc..8c08a9ae202 100644
--- a/src/server/game/Accounts/AccountMgr.cpp
+++ b/src/server/game/Accounts/AccountMgr.cpp
@@ -1,4 +1,4 @@
- /*
+/*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*