mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
feat(Core/Chat): delete delay for channels (#10365)
* feat(Core/Chat): delete delay for channels * 1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user