Core/Misc: Moved CanSpeak() method to WorldSession class
Port From (https://github.com/TrinityCore/TrinityCore/commit/93aa30f4474254b9db69025e7864a124028273c0)
This commit is contained in:
@@ -5783,11 +5783,6 @@ namespace Game.Entities
|
||||
UpdateItemLevelAreaBasedScaling();
|
||||
}
|
||||
|
||||
public bool CanSpeak()
|
||||
{
|
||||
return GetSession().m_muteTime <= Time.UnixTime;
|
||||
}
|
||||
|
||||
public void RemoveSocial()
|
||||
{
|
||||
Global.SocialMgr.RemovePlayerSocial(GetGUID());
|
||||
|
||||
Reference in New Issue
Block a user