Add enableScheduledDropSystem configuration option

This commit is contained in:
AconiteGodOfSWG
2020-11-20 20:23:39 -05:00
committed by GitHub
parent ead9099ecc
commit 7bf1c4e236

View File

@@ -361,3 +361,8 @@ grantEsbAnniversaryRewards=false
# gives players the Email Opt-In Program collection rewards on login
grantMailOptInRewards=false
# enables the scheduled drop system (see: script.library.scheduled_drop).
# you should not enable this unless you are updating the scheduled drop datatables as this feature is deprecated
# and enabling it without changes will just run unnecessary processes on every loot of an npc, crafting session, or build a buff
enableScheduledDropSystem=false