mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
commanded spell fixes. All should be working now minus depart
This commit is contained in:
@@ -403,12 +403,6 @@ void bot_command_cast(Client* c, const Seperator* sep)
|
||||
continue;
|
||||
}
|
||||
|
||||
/*
|
||||
TODO bot rewrite -
|
||||
FIX: Depart
|
||||
Group Cures, Precombat
|
||||
NEED TO CHECK: precombat
|
||||
*/
|
||||
if (bot_iter->GetBotStance() == Stance::Passive || bot_iter->GetHoldFlag() || bot_iter->GetAppearance() == eaDead || bot_iter->IsFeared() || bot_iter->IsSilenced() || bot_iter->IsAmnesiad() || bot_iter->GetHP() < 0) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user