Add files via upload

This commit is contained in:
Dinkledork
2023-03-06 05:52:04 -07:00
committed by GitHub
parent 22eed3ecf2
commit 9997b2b1ea
10 changed files with 168 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ local ALLOWED_MAPS = {
1,
}
local ALLOWED_SPELLS = {100150, 100160}
local ALLOWED_SPELLS = {100150, 100160, 10061}
function table.indexOf(t, value)
for k, v in ipairs(t) do