Module:BATTD tower changes: Difference between revisions

mNo edit summary
mNo edit summary
Line 23: Line 23:
-- get names/links of upgrades
-- get names/links of upgrades
local upgrades = cargo.query("battd_upgrades", "_pageName, name", {
local upgrades = cargo.query("battd_upgrades", "_pageName, name", {
where=sFormat("tower='%s' AND NOT unused", towerName)
--where=sFormat("tower='%s' AND NOT unused", towerName)
where=sFormat("tower='%s'", towerName)
})
})