Core/Conversations: Replace _participants with generic personal object implementation
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fe9b0a2961b60509d11dd38a90e7b7657b68084)
This commit is contained in:
@@ -123,7 +123,7 @@ namespace Game.Chat
|
||||
return false;
|
||||
}
|
||||
|
||||
return Conversation.CreateConversation(conversationEntry, target, target, new List<ObjectGuid>() { target.GetGUID() }) != null;
|
||||
return Conversation.CreateConversation(conversationEntry, target, target, target.GetGUID()) != null;
|
||||
}
|
||||
|
||||
[Command("entervehicle", RBACPermissions.CommandDebugEntervehicle)]
|
||||
|
||||
Reference in New Issue
Block a user