
Originally Posted by
flesjed
Still no fix for items_fireworks and item_extra_data tables? They stay empty, even if the emu says it's done these tables stay empty, this is probably since I run my DB server on a different server than my emu.. Some SQL that achieves the same thing?
-----
EDIT, made a fix myself after looking through some tutorials. Log in to your MySQL as root, and execute the following commands:
INSERT INTO items_extra_data (item_id,extra_data) SELECT id,extra_data FROM items;
INSERT INTO items_firework (item_id,fw_count) SELECT id,fw_count FROM items;
Start Emu let it finish the last steps and enjoy..