mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Mostly done with global base scaling work, dev tooling and various other works
This commit is contained in:
@@ -37,6 +37,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <boost/concept_check.hpp>
|
||||
|
||||
#ifdef BOTS
|
||||
#include "bot.h"
|
||||
@@ -5463,3 +5464,8 @@ bool Mob::GetWasSpawnedInWater() const {
|
||||
void Mob::SetSpawnedInWater(bool spawned_in_water) {
|
||||
Mob::spawned_in_water = spawned_in_water;
|
||||
}
|
||||
|
||||
int32 Mob::GetHPRegen() const
|
||||
{
|
||||
return hp_regen;
|
||||
}
|
||||
Reference in New Issue
Block a user