Even more mob_info work

This commit is contained in:
Akkadius
2018-11-14 02:23:38 -06:00
parent 4758c04e99
commit 1061788610
7 changed files with 293 additions and 65 deletions
+5
View File
@@ -5470,6 +5470,11 @@ int32 Mob::GetHPRegen() const
return hp_regen;
}
int32 Mob::GetManaRegen() const
{
return mana_regen;
}
bool Client::GetDisplayMobInfoWindow() const
{
return display_mob_info_window;