diff options
-rw-r--r-- | iconsList.lua | 2 |
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 |