from retail

This commit is contained in:
NoM0Re
2025-02-18 19:30:43 +01:00
parent c04b5dd142
commit fd6a0b01f4
5 changed files with 23 additions and 22 deletions
+3 -3
View File
@@ -68,9 +68,9 @@ function spellCache.Build()
cache[name].spells = cache[name].spells .. "," .. id .. "=" .. icon
end
misses = 0
if holes and holes[id] then
id = holes[id]
end
--if holes and holes[id] then
-- id = holes[id]
--end
else
misses = misses + 1
end