mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix scripts issue
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
* @return True if you want to continue receive the packet, false if you want to disallow receive the packet
|
||||
*/
|
||||
[[nodiscard]] virtual bool CanPacketReceive(WorldSession* /*session*/, WorldPacket& /*packet*/) { return true; }
|
||||
|
||||
virtual void OnPacketReceived(WorldSession* session, WorldPacket& packet) { }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user