--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-05 09:17:57 -06:00
13 changed files with 180 additions and 115 deletions

View File

@@ -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 )