Core/Channels: Fix channel joins/changes

This commit is contained in:
hondacrx
2018-03-18 11:50:49 -04:00
parent 761af36d05
commit 49306f7a6e
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -2706,7 +2706,7 @@ namespace Game.Entities
if (removeChannel != null)
{
removeChannel.LeaveChannel(this, sendRemove); // Leave old channel
removeChannel.LeaveChannel(this, sendRemove, true); // Leave old channel
LeftChannel(removeChannel); // Remove from player's channel list
cMgr.LeftChannel(removeChannel.GetChannelId(), removeChannel.GetZoneEntry()); // Delete if empty