From 0821a8746dde57ca23cb68a073c93f714915c361 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Wed, 4 Mar 2009 20:49:41 +0100 Subject: *Fix a typo in load patch command - by Mufik --HG-- branch : trunk --- src/game/Level2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ) -- cgit v1.2.3