summaryrefslogtreecommitdiff
path: root/src/KingSystem/GameData/gdtCommonFlags.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-10 22:01:36 +0100
committerLéo Lam <leo@leolam.fr>2020-11-10 22:01:36 +0100
commitf2bce04e0cce10dda112d4559278af60f36b97d9 (patch)
tree8564a852853cbecf2236f6651ff703c6f189bb9b /src/KingSystem/GameData/gdtCommonFlags.cpp
parent93b1b179794bbac2cb46aef2ffe34f3f2d96221d (diff)
Fixup 93b1b17
Diffstat (limited to 'src/KingSystem/GameData/gdtCommonFlags.cpp')
-rw-r--r--src/KingSystem/GameData/gdtCommonFlags.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KingSystem/GameData/gdtCommonFlags.cpp b/src/KingSystem/GameData/gdtCommonFlags.cpp
index 9192c433..d37f3a6c 100644
--- a/src/KingSystem/GameData/gdtCommonFlags.cpp
+++ b/src/KingSystem/GameData/gdtCommonFlags.cpp
@@ -92,7 +92,7 @@ void initCommonFlags_() {
flag_AnimalMaster_Existence() = mgr->getBoolHandle("AnimalMaster_Existence");
flag_AoC_DragonFireChallengeRing_Advent() = mgr->getBoolHandle("AoC_DragonFireChallengeRing_Advent");
flag_AoC_HardMode_Enabled() = mgr->getBoolHandle("AoC_HardMode_Enabled");
- flag_AoC_RandomSpawnTreasure_Contents() = mgr->getStr64Handle("AoC_RandomSpawnTreasure_Contents");
+ flag_AoC_RandomSpawnTreasure_Contents() = mgr->getStr64ArrayHandle("AoC_RandomSpawnTreasure_Contents");
flag_AoC_RandomSpawnTreasure_IsRandomized() = mgr->getBoolHandle("AoC_RandomSpawnTreasure_IsRandomized");
flag_AoC_TestProg_Imoto_Flag_00() = mgr->getBoolHandle("AoC_TestProg_Imoto_Flag_00");
flag_AoC_TestProg_Imoto_TagCount_00() = mgr->getS32Handle("AoC_TestProg_Imoto_TagCount_00");