Skip to content

Commit

Permalink
fix: config.lua comment
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr committed Jan 2, 2024
1 parent bdd8206 commit 71be128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ resetSessionsOnStartup = false
-- Misc.
-- NOTE: experienceDisplayRates: set to false to ignore exp rate or true to include exp rate
-- NOTE: disableLegacyRaids: set to true to disable legacy XML raids
-- NOTE: combatChainDelay: set to minimum 50 miliseconds
allowChangeOutfit = true
toggleMountInProtectionZone = false
freePremium = false
Expand All @@ -385,7 +386,7 @@ multiplierSpeedOnFist = 5
maxSpeedOnFist = 500
disableLegacyRaids = false
disableMonsterArmor = false
combatChainDelay = 50 -- minimum: 50 miliseconds
combatChainDelay = 50
minElementalResistance = -200
maxElementalResistance = 200
maxDamageReflection = 200
Expand Down

0 comments on commit 71be128

Please sign in to comment.