mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Set DBC.EnforceItemAttributes to false when SimpleConfigOverride is enabled
This commit is contained in:
@@ -357,6 +357,7 @@ public:
|
|||||||
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
|
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
|
||||||
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);
|
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);
|
||||||
sWorld->setBoolConfig(CONFIG_LOW_LEVEL_REGEN_BOOST, false);
|
sWorld->setBoolConfig(CONFIG_LOW_LEVEL_REGEN_BOOST, false);
|
||||||
|
sWorld->setBoolConfig(CONFIG_DBC_ENFORCE_ITEM_ATTRIBUTES, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user