diff options
author | Blaymoira <none@none> | 2009-03-04 20:49:41 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-04 20:49:41 +0100 |
commit | 0821a8746dde57ca23cb68a073c93f714915c361 (patch) | |
tree | 1c7ddbffcfc1c5df7aaecbd32cbbede1b3da158c /src | |
parent | 137859170e097c5428c7476c5d6338c466093a56 (diff) |
*Fix a typo in load patch command - by Mufik
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 c4dd39b8be7..26a701fc507 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -2118,7 +2118,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 ) |