mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Summon improvement: Selfbot no longer complains about being unable to… (#1166)
* Summon improvement: Selfbot no longer complains about being unable to summon to itself. * Fix build * .
This commit is contained in:
parent
dccbccc090
commit
7446d0b1d4
@ -243,6 +243,7 @@ bool SummonAction::Teleport(Player* summoner, Player* player)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
botAI->TellError("Not enough place to summon");
|
if(summoner != player)
|
||||||
|
botAI->TellError("Not enough place to summon");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user