Playerbot helper

This commit is contained in:
antony
2024-07-31 17:24:20 +02:00
parent e6fa5732dc
commit bba6c86364
4 changed files with 91 additions and 10 deletions

View File

@@ -41,6 +41,7 @@ public:
Channel* GetJoinChannel(std::string const& name, uint32 channel_id);
Channel* GetChannel(std::string const& name, Player* p, bool pkt = true);
const ChannelMap& GetChannels() const { return channels; }
static void LoadChannels();
static void LoadChannelRights();