Sourcing problems (lootdrop_entries)
Couldn't find an answer anywhere. I searched many, many times. Also, I don't even know if this will be answered due to PEQ's separation from EQEmulator.. BUT when I source any of the PEQ DB's (velious or kunark) I get an error saying that table (lootdrop_entries) doesn't exist.
|
There was a mistake in its primary key definition -- the same field being listed twice -- and mysql 4 doesn't like that.
The primary key definition for that table has been corrected and should show up in the Sourceforge on the next beta release. If you're keen with editing the SQL file you can go ahead and edit what you have to fix the error. Go to the lines that read: Code:
CREATE TABLE lootdrop_entries ( Code:
PRIMARY KEY (lootdrop_id,item_id) |
thanks a bunch, I'll give that a shot
|
All times are GMT -4. The time now is 12:24 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.