Core/Commands: Fix issues with crashes related to .gobject near command usage (thanks to Josh for finding the bug and culprit)

--HG--
branch : trunk
This commit is contained in:
click
2010-11-21 23:00:03 +01:00
parent b62f587c30
commit 634ddae566

View File

@@ -562,7 +562,7 @@ public:
if (!gInfo)
continue;
handler->PSendSysMessage(LANG_GO_LIST_CHAT, guid, entry, guid, gInfo->name, x, y, z, mapid);
handler->PSendSysMessage(LANG_GO_LIST_CHAT, guid, entry, gInfo->name, x, y, z, mapid);
++count;
} while (result->NextRow());