View Single Post
  #13  
Old 10-11-2008, 02:00 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

That error is likely to be because you are using MySQL 5.1. See this thread:

http://www.eqemulator.net/forums/showthread.php?t=24079

The column name 'range' in the items table became a reserved word in MySQL 5.1. Try 5.0.<something>.
Reply With Quote