Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:GetEquipHeadS3: Difference between revisions

Template page
No edit summary
mNo edit summary
Line 5: Line 5:
   name, _pageName, def, weight, effect, cap, helm, value, type, slot
   name, _pageName, def, weight, effect, cap, helm, value, type, slot
|format=template
|format=template
|where=type = "Headgear" OR type = "Casque" OR type = "Full helm"
|where=slot = "Head"
|limit=240
|limit=240
|template=equipHeadS3Row
|template=equipHeadS3Row

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`,`weight` AS `weight`,`effect` AS `effect`,`cap` AS `cap`,`helm` AS `helm`,`value` AS `value`,`type` AS `type`,`slot` AS `slot` FROM `cargo__equipListS3` `equipListS3` WHERE slot = "Head" ORDER BY `cargo__equipListS3`.`_pageID`,`name`,`_pageName`,`def`,`weight` LIMIT 100