These SQL scripts re-create item tables with data.
The Price1, Price7, Price30, PriceP, GPrice1, GPrice7, GPrice30, and GPriceP columns are set to 1, 7, 30, 314, 11, 77, 3030, 3145 respectively.
They are just values i came up with they will need changing.
Some of the rows in Items_Attachments and Items_Gear have other values for these columns that was taken from excel files in AdminTools.
The tables are dropped and created again to remove the identity on the itemID column this is done because the data that gets inserted has holes (the itemIDs are not sequential).
If was to insert with the identity spec still there then the itemIDs will end up changing and not match
client data.
Files originally had .sql extension.
dbo.Items_Attachments.Table.txt
dbo.Items_Gear.Table.txt
dbo.Items_Generic.Table.txt
dbo.Items_Weapons.Table.txt






