Allow Randombot to teleport to grind spot on randomize

This commit is contained in:
郑佩茹
2022-05-23 10:31:12 -06:00
parent 78a3d43b4a
commit 9d37ba972a
2 changed files with 25 additions and 5 deletions

View File

@@ -72,7 +72,8 @@ class RandomPlayerbotMgr : public PlayerbotHolder
bool ProcessBot(Player* player);
void Revive(Player* player);
void ChangeStrategy(Player* player);
uint32 GetValue(Player* bot, std::string const type);
void ChangeStrategyOnce(Player* player);
uint32 GetValue(Player* bot, std::string const type);
uint32 GetValue(uint32 bot, std::string const type);
std::string const GetData(uint32 bot, std::string const type);
void SetValue(uint32 bot, std::string const type, uint32 value, std::string const data = "");