Corrected default exp rate

Changing the default exp rate to anything other than 5.0 causes the new rate to override the player's selection at tutorial island. I lowered the default just to reduce the amount of exp you gain during tutorial island, but with the new scaling exp rate that's no longer required.
This commit is contained in:
randy 2024-11-20 19:21:17 -07:00
parent ee11daa0be
commit 440f8ce3ac

View file

@ -58,7 +58,8 @@ members = true
#activity as displayed on the world list
activity = "SnowScape"
pvp = false
default_xp_rate = 1.0
#any default_xp_rate other than 5.0 will override player selection
default_xp_rate = 5.0
allow_slayer_reroll = false
#enables a default clan for players to join automatically. Should be an account with the same name as @name, with a clan set up already.
enable_default_clan = true