Core/GuildFinder: Remove as preparation for 9.1.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/edc94e8ae8c5ddd46b53c706161a5511b3a3bcc3)
This commit is contained in:
hondacrx
2021-11-03 17:08:23 -04:00
parent e2673c627d
commit 798066708f
9 changed files with 0 additions and 1164 deletions
-1
View File
@@ -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);