I has some Ploblem about Query 20100808update.sql
Posted: Wed Oct 06, 2010 7:24 am
L2J Revision Number: 4418
L2JDP Revision Number: 7665
In table item_attributes not have COLUMN elemType and elemValue
If I skip this file not updated with Oae profit or not there is a problem.

L2JDP Revision Number: 7665
Code: Select all
INSERT INTO item_elementals (itemId, elemType, elemValue) SELECT itemId, elemType, elemValue FROM item_attributes;ALTER TABLE item_attributes DROP COLUMN elemType, DROP COLUMN elemValue;
If I skip this file not updated with Oae profit or not there is a problem.
