Bot dialogue now always starts with uppercase character
Fixed hard-coded server name references Replaced incorrect use of "Keldagrim" with "Gielinor"
This commit is contained in:
@@ -42,9 +42,9 @@ grafana_log_ttl_days = 7
|
||||
|
||||
|
||||
[world]
|
||||
name = "2009scape"
|
||||
name = "2009Scape"
|
||||
#name used for announcements of bots selling items on the GE
|
||||
name_ge = "2009scape"
|
||||
name_ge = "2009Scape"
|
||||
debug = true
|
||||
dev = true
|
||||
start_gui = false
|
||||
@@ -54,7 +54,7 @@ world_id = "1"
|
||||
country_id = "0"
|
||||
members = true
|
||||
#activity as displayed on the world list
|
||||
activity = "2009scape classic."
|
||||
activity = "2009Scape Classic."
|
||||
pvp = false
|
||||
default_xp_rate = 5.0
|
||||
allow_slayer_reroll = false
|
||||
|
||||
Reference in New Issue
Block a user