mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +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 KickPlayer(bool setKicked = true) { return this->KickPlayer("Unknown reason", setKicked); }
|
||||
void KickPlayer(std::string const& reason, bool setKicked = true);
|
||||
|
||||
void QueuePacket(WorldPacket* new_packet);
|
||||
|
||||
Reference in New Issue
Block a user