Jump to content

Template:DeconstructionTableQueryDisplay

From Emps-World Wiki
Revision as of 04:46, 17 April 2025 by Miuzu (talk | contribs)

USAGE: {{DeconstructionTableQueryDisplay|energy=Blacksmith}}, where Blacksmith is the energy name.

TODO: Make it so all energies the item creates are included BUG: Iron tools for some reason dont get ordered properly


Image Name Level Component Amount
Error 1054: Unknown column 'component' in 'having clause'

Function: CargoSQLQuery::run Query: SELECT `id` AS `id`,`name` AS `name`,`level` AS `level`,GROUP_CONCAT(" ", component, " (", min_amount=min_amount, "-", max_amount=max_amount, ")") AS `components` FROM `cargo__DeconstructionTable` GROUP BY id, name, level HAVING component="Blacksmith" ORDER BY `level` LIMIT 600