mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Bots/Mercs] Add 100% Hit chance if sitting while attacked. (#2839)
* [BOT] Add 100% Hit chance if sitting while attacked. * [BOT] Add 100% Hit chance if sitting while attacked. * Add Mercs correctly * Missed usage of IsSitting() in Mob::RollD20
This commit is contained in:
+1
-1
@@ -4292,7 +4292,7 @@ void Merc::Stand() {
|
||||
SetAppearance(eaStanding);
|
||||
}
|
||||
|
||||
bool Merc::IsSitting() {
|
||||
bool Merc::IsSitting() const {
|
||||
bool result = false;
|
||||
|
||||
if(GetAppearance() == eaSitting && !IsMoving())
|
||||
|
||||
Reference in New Issue
Block a user