Disable 3.3 Low Level Regen Boost by default when config override is used

This commit is contained in:
郑佩茹
2022-12-12 10:25:48 -07:00
parent 3b18fc0178
commit 4a96cdded0

View File

@@ -347,6 +347,7 @@ public:
sWorld->setBoolConfig(CONFIG_OBJECT_QUEST_MARKERS, false);
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);
sWorld->setBoolConfig(CONFIG_LOW_LEVEL_REGEN_BOOST, false);
}
}
};