aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-01-29 17:42:23 +0100
committerGitHub <noreply@github.com>2023-01-29 17:42:23 +0100
commit03918978c166c9fb191117a0cae9ba1285bf0e37 (patch)
tree4eb31986b057483a11d39c826b3deb9dc0f4f35b /src/server/worldserver
parentb6cd49c34d4d02b41ced58b87103123a1532b56c (diff)
Core/Players: Several currency fixes and improvements (#28676)
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index fdcdbaeb2a1..ea48a7decc3 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -4257,38 +4257,6 @@ Currency.ResetDay = 3
Currency.ResetHour = 6
#
-# Currency.StartApexisCrystals
-# Amount of Apexis Crystals that new players will start with
-# Default: 0 (with precision)
-#
-
-Currency.StartApexisCrystals = 0
-
-#
-# Currency.MaxApexisCrystals
-# Amount Apexis Crystals a player can have
-# Default: 20000
-#
-
-Currency.MaxApexisCrystals = 20000
-
-#
-# Currency.StartJusticePoints
-# Amount of justice points that new players will start with
-# Default: 0 (with precision)
-#
-
-Currency.StartJusticePoints = 0
-
-#
-# Currency.MaxJusticePoints
-# Amount justice points a player can have
-# Default: 4000
-#
-
-Currency.MaxJusticePoints = 4000
-
-#
###################################################################################################
###################################################################################################