mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-26 09:47:55 +00:00
Even more mob_info work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user