View Single Post
  #1  
Old 08-20-2004, 01:15 PM
Darkwaters
Hill Giant
 
Join Date: Aug 2004
Location: Michigan
Posts: 118
Default MW_057DR2_alpha_1.sql and newdumpeditems.sql comparison

Just a quick DB question.

Have we eliminated the usage of the following entries in the table "items" [unknown004, 070, 076, 077, 099, 107, & 108]?

Just curious because the newdumpeditems.sql "items_new" table properties do not contain this information.

I was going to manually add them to the "items_" after the RENAME TABLE calls. And delete identical items from the "items_" compared to "items" (which was "items_new"), exporting the diff and actually importing this information into the new "items" table since there are obvious differences such as "small metal container" and "large metal container" which were in the original items table now named "items_" yet not in the new items table now named "items".

I'd be glad to throw an sql file of the diff up in zip format but its approx 9880 items different after I removed identical items from "items_" and altered the table properties to include the missing 30 table properties compared to "items" and added the 7 missing table properties to the "items" table properties for missing [unknown?? fields].

If this is confusing ignore the old guy, which is ME =))

Darkwaters
Reply With Quote