Allow display window to be snoozed

This commit is contained in:
Akkadius
2018-11-05 00:26:52 -06:00
parent 775b5fcaf1
commit d75afd4688
8 changed files with 131 additions and 51 deletions
+11 -1
View File
@@ -5468,4 +5468,14 @@ void Mob::SetSpawnedInWater(bool spawned_in_water) {
int32 Mob::GetHPRegen() const
{
return hp_regen;
}
}
bool Client::GetDisplayMobInfoWindow() const
{
return display_mob_info_window;
}
void Client::SetDisplayMobInfoWindow(bool display_mob_info_window)
{
Client::display_mob_info_window = display_mob_info_window;
}