diff --git a/boot.lua b/boot.lua index 09b8dc5da..5b44bcf14 100644 --- a/boot.lua +++ b/boot.lua @@ -6,8 +6,8 @@ local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 9815 - _detalhes.alpha_build_counter = 9815 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 9816 + _detalhes.alpha_build_counter = 9816 --if this is higher than the regular counter, use it instead _detalhes.bcc_counter = 37 _detalhes.dont_open_news = true _detalhes.game_version = version diff --git a/classes/container_actors.lua b/classes/container_actors.lua index d797a8264..136f5f7e7 100644 --- a/classes/container_actors.lua +++ b/classes/container_actors.lua @@ -230,7 +230,7 @@ end --remove scapes - nickname = nickname:gsub("|","") + --nickname = nickname:gsub("|","") --a bug report told about covenant icons plugin being broke, this like is probably the culprit return nickname end