Fix initpet error

This commit is contained in:
Yunfan Li
2023-12-24 00:22:40 +08:00
parent 0633256198
commit 44a193c720

View File

@@ -969,8 +969,8 @@ void RandomPlayerbotMgr::Revive(Player* player)
SetEventValue(bot, "revive", 0, 0); SetEventValue(bot, "revive", 0, 0);
RandomTeleportGrindForLevel(player);
Refresh(player); Refresh(player);
RandomTeleportGrindForLevel(player);
} }
void RandomPlayerbotMgr::RandomTeleport(Player* bot, std::vector<WorldLocation>& locs, bool hearth) void RandomPlayerbotMgr::RandomTeleport(Player* bot, std::vector<WorldLocation>& locs, bool hearth)