892
edits
m (location type) |
m (whoops) |
||
Line 114: | Line 114: | ||
local isDungeonLocation = false | local isDungeonLocation = false | ||
local locations = {} | local locations = {} | ||
for i, location in pairs( | for i, location in pairs(locationsTable) do | ||
if location.type == "slayer" then | if location.type == "slayer" then | ||
isSlayerLocation = true | isSlayerLocation = true |
edits