Set DBC.EnforceItemAttributes to false when SimpleConfigOverride is enabled

This commit is contained in:
郑佩茹
2023-09-29 08:13:35 -06:00
parent be4496c034
commit a84a3452d3

View File

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