Core/GuildFinder: Remove as preparation for 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/edc94e8ae8c5ddd46b53c706161a5511b3a3bcc3)
This commit is contained in:
@@ -635,7 +635,6 @@ namespace Game
|
||||
Global.ScriptMgr.OnPlayerDelete(charDelete.Guid, initAccountId); // To prevent race conditioning, but as it also makes sense, we hand the accountId over for successful delete.
|
||||
// Shouldn't interfere with character deletion though
|
||||
|
||||
Global.GuildFinderMgr.RemoveAllMembershipRequestsFromPlayer(charDelete.Guid);
|
||||
Global.CalendarMgr.RemoveAllPlayerEventsAndInvites(charDelete.Guid);
|
||||
Player.DeleteFromDB(charDelete.Guid, accountId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user