diff options
author | megamage <none@none> | 2009-03-05 09:17:57 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-05 09:17:57 -0600 |
commit | c1ea842cf77506236803b0524e930bcbaa6e1e8b (patch) | |
tree | feacc9d96f562fd0daf3432392fe98cb61b54692 /src/game/Level2.cpp | |
parent | 19ce0bb39ff3d4d5568410e29fa5372623735fbb (diff) | |
parent | 465b10fc60a1f135ec26f09fc88d673a1e73a95d (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Level2.cpp')
-rw-r--r-- | src/game/Level2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index 7d8a5fecf1a..40b9cec6a2a 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -2325,7 +2325,7 @@ bool ChatHandler::HandleWpLoadPathCommand(const char *args) return true; } - guidlow = target->GetGUIDLow(); + guidlow = target->GetDBTableGUIDLow(); QueryResult *result = WorldDatabase.PQuery( "SELECT guid FROM creature_addon WHERE guid = '%u'",guidlow); if( result ) |