From 40a222fc8fdef9019ff3b7838c159062e2ad3994 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 4 Oct 2023 00:08:35 -0500 Subject: [PATCH] MonsterData safemap was not locked. --- Crawler/MonsterData.cpp | 2 ++ Crawler/Version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Crawler/MonsterData.cpp b/Crawler/MonsterData.cpp index abd1eee8..07d978a0 100644 --- a/Crawler/MonsterData.cpp +++ b/Crawler/MonsterData.cpp @@ -103,6 +103,8 @@ void MonsterData::InitializeMonsterData(){ id++; } + + MONSTER_NAME_DATA.SetInitialized(); } int MonsterData::GetHealth(){ return hp; diff --git a/Crawler/Version.h b/Crawler/Version.h index 4104677b..beb6e554 100644 --- a/Crawler/Version.h +++ b/Crawler/Version.h @@ -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