summaryrefslogtreecommitdiffhomepage
path: root/iconsList.lua
diff options
context:
space:
mode:
Diffstat (limited to 'iconsList.lua')
-rw-r--r--iconsList.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconsList.lua b/iconsList.lua
index 4a384dc..636b4cb 100644
--- a/iconsList.lua
+++ b/iconsList.lua
@@ -26,7 +26,7 @@ end
function getNautsIconsList (avoidList)
local avoidList = avoidList or {32,33,34,35,36}
local keysList = require "config.nauts"
- local iconsList, newKeysList = createIconsList(1008, 27, 28, keysList, avoidList)
+ local iconsList, newKeysList = createIconsList(1148, 27, 28, keysList, avoidList)
return iconsList, newKeysList
end