mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
Fix ghosts in Cavern Of The Incarnate having -1 health
This commit is contained in:
parent
6a882e1e8d
commit
50a72ed710
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ struct NPC
|
|||
|
||||
char mSkills[Skill::Length];
|
||||
char mReputation;
|
||||
short mHealth, mMana, mFatigue;
|
||||
unsigned short mHealth, mMana, mFatigue;
|
||||
char mDisposition, mFactionID, mRank;
|
||||
char mUnknown;
|
||||
int mGold;
|
||||
|
|
Loading…
Reference in a new issue