aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2008-10-10 15:20:27 -0500
committerXTZGZoReX <none@none>2008-10-10 15:20:27 -0500
commit1e1ba89c4960a76a61ceeeb90d0194b46872ec52 (patch)
treeffab7320c7a117a95e9d4a93370f9a719d90aa3f /src/game/ObjectMgr.cpp
parent479fe8b767c833ae5055af31a800738ba8e597ad (diff)
[svn] * Fixing some typos in SQL files.
* Applying proper structure to SQL updates. * Fixing ImpConfig compile problems. * Moving INSTALL to INSTALL.linux to avoid autoconf collisions. --HG-- branch : trunk rename : INSTALL => INSTALL.linux rename : sql/updates/10_instantiated_battlegrounds.sql => sql/updates/10_world.sql rename : sql/updates/11_arena_points_characters.sql => sql/updates/11_characters.sql
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index b6f3f44834e..b753360838e 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -2078,8 +2078,6 @@ void ObjectMgr::LoadPlayerInfo()
// Load playercreate spells
{
- // 0 1 2 3
- QueryResult *result = WorldDatabase.Query("SELECT race, class, Spell, Active FROM playercreateinfo_spell");
QueryResult *result = NULL;
if(sWorld.getConfig(CONFIG_START_ALL_SPELLS))