Core/GuildFinder: Remove as preparation for 9.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/edc94e8ae8c5ddd46b53c706161a5511b3a3bcc3)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user