mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Fix initpet error
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user