mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
1st commit
This commit is contained in:
@@ -442,6 +442,11 @@ public:
|
||||
// Time Synchronisation
|
||||
void ResetTimeSync();
|
||||
void SendTimeSync();
|
||||
|
||||
#ifdef PLAYERBOTS
|
||||
void HandleBotPackets();
|
||||
#endif
|
||||
|
||||
public: // opcodes handlers
|
||||
void Handle_NULL(WorldPacket& null); // not used
|
||||
void Handle_EarlyProccess(WorldPacket& recvPacket); // just mark packets processed in WorldSocket::OnRead
|
||||
@@ -984,6 +989,8 @@ public: // opcodes handlers
|
||||
bool GetShouldSetOfflineInDB() const { return _shouldSetOfflineInDB; }
|
||||
bool IsSocketClosed() const;
|
||||
|
||||
void SetAddress(std::string const& address) { m_Address = address; }
|
||||
|
||||
/*
|
||||
* CALLBACKS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user