mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +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
@@ -257,7 +257,7 @@ public:
|
||||
|
||||
void Sit();
|
||||
void Stand();
|
||||
bool IsSitting();
|
||||
bool IsSitting() const override;
|
||||
bool IsStanding();
|
||||
|
||||
// Merc-specific functions
|
||||
|
||||
Reference in New Issue
Block a user