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:
@@ -15,7 +15,7 @@ database_port = "3306"
|
||||
|
||||
|
||||
[world]
|
||||
name = "2009scape"
|
||||
name = "2009Scape"
|
||||
debug = true
|
||||
dev = true
|
||||
start_gui = false
|
||||
@@ -25,7 +25,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