fix(Modules): solve breaking change (#1561)
This commit is contained in:
parent
17069cc638
commit
048eddd8cd
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ class WorldSession
|
|||
}
|
||||
|
||||
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 QueuePacket(WorldPacket* new_packet);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue