From 634ddae566c803cdcf057ce8b77d9d29d78ec2ba Mon Sep 17 00:00:00 2001 From: click Date: Sun, 21 Nov 2010 23:00:03 +0100 Subject: Core/Commands: Fix issues with crashes related to .gobject near command usage (thanks to Josh for finding the bug and culprit) --HG-- branch : trunk --- src/server/scripts/Commands/cs_gobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Commands') diff --git a/src/server/scripts/Commands/cs_gobject.cpp b/src/server/scripts/Commands/cs_gobject.cpp index 5a6f91d7c5d..f32ad232511 100644 --- a/src/server/scripts/Commands/cs_gobject.cpp +++ b/src/server/scripts/Commands/cs_gobject.cpp @@ -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()); -- cgit v1.2.3