mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 08:17:56 +00:00
fix(Modules): solve breaking change (#1561)
This commit is contained in:
committed by
José González
parent
17069cc638
commit
048eddd8cd
@@ -247,6 +247,7 @@ class WorldSession
|
|||||||
}
|
}
|
||||||
|
|
||||||
void LogoutPlayer(bool save);
|
void LogoutPlayer(bool save);
|
||||||
|
void KickPlayer(bool setKicked = true) { return this->KickPlayer("Unknown reason", setKicked); }
|
||||||
void KickPlayer(std::string const& reason, bool setKicked = true);
|
void KickPlayer(std::string const& reason, bool setKicked = true);
|
||||||
|
|
||||||
void QueuePacket(WorldPacket* new_packet);
|
void QueuePacket(WorldPacket* new_packet);
|
||||||
|
|||||||
Reference in New Issue
Block a user