mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 17:09:08 +00:00
Playerbots.cpp (sync with core)
This commit is contained in:
@@ -222,7 +222,7 @@ class PlayerbotsServerScript : public ServerScript
|
||||
public:
|
||||
PlayerbotsServerScript() : ServerScript("PlayerbotsServerScript") { }
|
||||
|
||||
void OnPacketReceived(WorldSession* session, WorldPacket& packet) override
|
||||
void OnPacketReceived(WorldSession* session, WorldPacket const& packet) override
|
||||
{
|
||||
if (Player* player = session->GetPlayer())
|
||||
if (PlayerbotMgr* playerbotMgr = GET_PLAYERBOT_MGR(player))
|
||||
|
||||
Reference in New Issue
Block a user