Skip to content

Commit

Permalink
fix: canary gitbook link and config.lua comment (opentibiabr#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Jan 4, 2024
1 parent cb7c4bc commit 329e11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ at [this link](https://github.com/opentibiabr/canary/blob/master/CODE_OF_CONDUCT

### Getting **Started**

* [Gitbook](https://docs.opentibiabr.com/projects/canary).
* [Gitbook](https://docs.opentibiabr.com/opentibiabr/projects/canary).
* [Wiki](https://github.com/opentibiabr/canary/wiki).

### Issues
Expand Down
6 changes: 4 additions & 2 deletions config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ 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 @@ -382,9 +384,9 @@ experienceDisplayRates = true
toggleAttackSpeedOnFist = false
multiplierSpeedOnFist = 5
maxSpeedOnFist = 500
disableLegacyRaids = false -- disable legacy XML raids
disableLegacyRaids = false
disableMonsterArmor = false
combatChainDelay = 50 -- minimum: 50 miliseconds
combatChainDelay = 50
minElementalResistance = -200
maxElementalResistance = 200
maxDamageReflection = 200
Expand Down

0 comments on commit 329e11e

Please sign in to comment.