[[], CLISetup::ARGV_PARAM, 'Compiles supplemental data for type: Item from dbc.'] ); protected $dbcSourceFiles = ['itemrandomsuffix', 'itemrandomproperties']; public function generate() : bool { DB::Aowow()->qry('TRUNCATE ::itemrandomenchant'); DB::Aowow()->qry( 'INSERT INTO ::itemrandomenchant SELECT -id, name_loc0, name_loc2, name_loc3, name_loc4, name_loc6, name_loc8, nameINT, enchantId1, enchantId2, enchantId3, enchantId4, enchantId5, allocationPct1, allocationPct2, allocationPct3, allocationPct4, allocationPct5 FROM dbc_itemrandomsuffix UNION SELECT id, name_loc0, name_loc2, name_loc3, name_loc4, name_loc6, name_loc8, nameINT, enchantId1, enchantId2, enchantId3, enchantId4, enchantId5, 0, 0, 0, 0, 0 FROM dbc_itemrandomproperties' ); return true; } }); ?>