MonsterData safemap was not locked.

This commit is contained in:
sigonasr2 2023-10-04 00:08:35 -05:00
parent b1d3b36dd5
commit 40a222fc8f
2 changed files with 3 additions and 1 deletions

View File

@ -103,6 +103,8 @@ void MonsterData::InitializeMonsterData(){
id++;
}
MONSTER_NAME_DATA.SetInitialized();
}
int MonsterData::GetHealth(){
return hp;

View File

@ -2,7 +2,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_PATCH 0
#define VERSION_BUILD 1704
#define VERSION_BUILD 1706
#define stringify(a) stringify_(a)
#define stringify_(a) #a