mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 18:55:41 +00:00
fix equip replace bug
This commit is contained in:
@@ -169,6 +169,7 @@ bool SummonAction::Teleport(Player* summoner, Player* player)
|
||||
if (bot->isDead() && botAI->GetMaster()->IsAlive())
|
||||
{
|
||||
bot->ResurrectPlayer(1.0f, false);
|
||||
bot->DurabilityRepairAll(false, 1.0f, false);
|
||||
botAI->TellMasterNoFacing("I live, again!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user