summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actInfoCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actInfoCommon.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actInfoCommon.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actInfoCommon.cpp b/src/KingSystem/ActorSystem/actInfoCommon.cpp
index e05903d9..8fd8fd54 100644
--- a/src/KingSystem/ActorSystem/actInfoCommon.cpp
+++ b/src/KingSystem/ActorSystem/actInfoCommon.cpp
@@ -115,4 +115,8 @@ bool getWeaponCommonPoweredSharpAddSurfMaster(const al::ByamlIter& iter) {
return InfoData::getBoolByKey(iter, "weaponCommonPoweredSharpAddSurfMaster");
}
+int getMonsterShopSellMamo(const al::ByamlIter& iter) {
+ return InfoData::getIntByKey(iter, "monsterShopSellMamo");
+}
+
} // namespace ksys::act