HP update adjustment that should cover a scenario when mob is feared

This commit is contained in:
Akkadius
2018-08-11 00:12:09 -05:00
parent ddd3e43d4e
commit 1e0ec048af
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1303,7 +1303,7 @@ bool Merc::Process()
_check_confidence = true;
}
if (sendhpupdate_timer.Check()) {
if (send_hp_update_timer.Check()) {
SendHPUpdate();
}