diff options
| author | Xanadu <none@none> | 2010-03-10 04:42:59 +0100 |
|---|---|---|
| committer | Xanadu <none@none> | 2010-03-10 04:42:59 +0100 |
| commit | ac270db25165f7b7d2d32262cd794c5690962be4 (patch) | |
| tree | ee3de49392b5cfdaddb5aacb2f7885397a1f528b /src/game/Group.cpp | |
| parent | 0038b2be0e7e912869360e6dc667620c710845b0 (diff) | |
Removed forgotten nonexistent colums from a query. Thank Aokromes for pointing a finger on it
--HG--
branch : trunk
Diffstat (limited to 'src/game/Group.cpp')
| -rw-r--r-- | src/game/Group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Group.cpp b/src/game/Group.cpp index 5ab5a4d5906..1e35411fa13 100644 --- a/src/game/Group.cpp +++ b/src/game/Group.cpp @@ -132,7 +132,7 @@ bool Group::LoadGroupFromDB(const uint64 &leaderGuid, QueryResult_AutoPtr result if(!result) { external = false; - // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 + // 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 result = CharacterDatabase.PQuery("SELECT lootMethod, looterGuid, lootThreshold, icon1, icon2, icon3, icon4, icon5, icon6, icon7, icon8, isRaid, difficulty, raiddifficulty FROM groups WHERE leaderGuid ='%u'", GUID_LOPART(leaderGuid)); if(!result) return false; |
