Equipment Table Variable
From Titan's Teeth
Revision as of 16:55, 9 January 2020 by Dicemonger (talk | contribs)
All lower-case
- category = Multiple categories can be added to the table with comma-separation (weapons,armor)
- subcategory (optional) = Multiple subcategories can be added to the table with comma-separation (camping,survival)
- craftDC (optional) = If yes, then show Craft DC in tables
- hidden (optional) = If yes, then hidden equipment is shown
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT CONCAT( '', Name, '' ) AS `Item`,CONCAT( CostGp ' gp' ) AS `Cost`,`Weight` AS `Weight`,`Short` AS `Short` FROM `cargo__Equipment` WHERE Category="{{{category}}}" AND Hidden is NULL ORDER BY `Name` LIMIT 100 Function: CargoSQLQuery::run Error: 1583 Incorrect parameters in the call to native function 'concat' (localhost)