Scripts/Commands: fixed a crash in .gobject near command

This commit is contained in:
Ovahlord
2018-07-25 18:17:01 +02:00
parent 6cea6eee77
commit 12ccecf756

View File

@@ -563,7 +563,7 @@ public:
if (!gameObjectInfo)
continue;
handler->PSendSysMessage(LANG_GO_LIST_CHAT, guid, entry, guid, gameObjectInfo->name.c_str(), x, y, z, mapId);
handler->PSendSysMessage(LANG_GO_LIST_CHAT, guid, entry, guid, gameObjectInfo->name.c_str(), x, y, z, mapId, "", "");
++count;
} while (result->NextRow());