Log in

View Full Version : current dr2 (5.0) sql query question


Stormfist
09-10-2003, 03:56 AM
sup all,

i have 0.5.0 D2 running. but theres one thing i am confused about.
eqemu seems to look after a table called items_ ("_") this will give the first 1054 from mysql. After creating a nother table caled "items_" and give data into it i receive another 1054. why is world and zone looking for a table structure "ItemName"?????

i will now create a new table with manual edit row/colums and stuff. Hope i can figure it my self!

Thanks for Help

Merth
09-10-2003, 04:18 AM
Add FIELD_ITEMS to your preprocessor defines and the code will look for a table named 'items' instead.

Stormfist
09-12-2003, 10:16 PM
WOOT Thanks a lot