From 44a193c720a09b70455e4c2aecc6936bbe37f5af Mon Sep 17 00:00:00 2001 From: Yunfan Li Date: Sun, 24 Dec 2023 00:22:40 +0800 Subject: [PATCH] Fix initpet error --- src/RandomPlayerbotMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RandomPlayerbotMgr.cpp b/src/RandomPlayerbotMgr.cpp index b5f79f00..d946912a 100644 --- a/src/RandomPlayerbotMgr.cpp +++ b/src/RandomPlayerbotMgr.cpp @@ -969,8 +969,8 @@ void RandomPlayerbotMgr::Revive(Player* player) SetEventValue(bot, "revive", 0, 0); - RandomTeleportGrindForLevel(player); Refresh(player); + RandomTeleportGrindForLevel(player); } void RandomPlayerbotMgr::RandomTeleport(Player* bot, std::vector& locs, bool hearth)