Template:GetEquipOtherS3: Difference between revisions
Template page
More actions
mNo edit summary |
mNo edit summary |
||
| Line 5: | Line 5: | ||
name, _pageName, def, effect, male, boy, female, girl, mystery, lizard, duck, kobold, value, weight, type, slot | name, _pageName, def, effect, male, boy, female, girl, mystery, lizard, duck, kobold, value, weight, type, slot | ||
|format=template | |format=template | ||
|where= | |where=slot = "Other" | ||
|limit=240 | |limit=240 | ||
|template=equipOtherS3Row | |template=equipOtherS3Row | ||
Revision as of 10:59, 7 May 2025
Error 1054: Unknown column 'cargo__equipListS3._pageID' in 'SELECT'
Function: CargoSQLQuery::run Query: SELECT `cargo__equipListS3`.`_pageID` AS `cargo_backlink_page_id_equipListS3`,`name` AS `name`,`_pageName` AS `_pageName`,`def` AS `def`,`effect` AS `effect`,`male` AS `male`,`boy` AS `boy`,`female` AS `female`,`girl` AS `girl`,`mystery` AS `mystery`,`lizard` AS `lizard`,`duck` AS `duck`,`kobold` AS `kobold`,`value` AS `value`,`weight` AS `weight`,`type` AS `type`,`slot` AS `slot` FROM `cargo__equipListS3` `equipListS3` WHERE slot = "Other" ORDER BY `cargo__equipListS3`.`_pageID`,`name`,`_pageName`,`def`,`effect` LIMIT 100