feat(Core/Chat): delete delay for channels (#10365)

* feat(Core/Chat): delete delay for channels

* 1
This commit is contained in:
Kargatum
2022-01-27 17:58:59 +07:00
committed by GitHub
parent 1ddf5d8d1f
commit 3d6724e448
2 changed files with 5 additions and 33 deletions

View File

@@ -223,7 +223,6 @@ public:
// pussywizard:
void AddWatching(Player* p);
void RemoveWatching(Player* p);
bool IsAllowedToSpeak(uint32 speakDelay); // pussywizard
private:
// initial packet data (notify type and channel name)
@@ -329,7 +328,6 @@ private:
uint32 _channelDBId;
TeamId _teamId;
ObjectGuid _ownerGUID;
uint32 _lastSpeakTime;
std::string _name;
std::string _password;
ChannelRights _channelRights;