mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
*Fixed crash caused by .distance command. By arrai.
--HG-- branch : trunk
This commit is contained in:
@@ -3756,7 +3756,7 @@ bool ChatHandler::HandleGuildDeleteCommand(const char* args)
|
||||
|
||||
bool ChatHandler::HandleGetDistanceCommand(const char* args)
|
||||
{
|
||||
WorldObject* obj;
|
||||
WorldObject* obj = NULL;
|
||||
|
||||
if (*args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user