diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index d88dddedd0c..7aada79974d 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1083,7 +1083,6 @@ void Creature::SelectLevel(const CreatureInfo *cinfo) SetLevel(level); CreatureBaseStats const* stats = objmgr.GetCreatureBaseStats(level, cinfo->unit_class); - assert(stats); // should not be null // health float healthmod = _GetHealthMod(rank); |