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
-4
View File
@@ -142,8 +142,6 @@ namespace Game.Guilds
DB.Characters.CommitTransaction(trans);
Global.GuildFinderMgr.DeleteGuild(GetGUID());
Global.GuildMgr.RemoveGuild(m_id);
}
@@ -1587,8 +1585,6 @@ namespace Game.Guilds
joinNotificationPacket.VirtualRealmAddress = Global.WorldMgr.GetVirtualRealmAddress();
BroadcastPacket(joinNotificationPacket);
Global.GuildFinderMgr.RemoveAllMembershipRequestsFromPlayer(guid);
// Call scripts if member was succesfully added (and stored to database)
Global.ScriptMgr.OnGuildAddMember(this, player, rankId);