i hadnt created table quest_globals...and there isnt information on create table script on changelog.txt, i discovered it when i saw:
==2/1/2007
WildcardX: (Bleh) Fixed quest globals.
WildcardX: Fixed the common error message MakeNameUnique() has been recording in logs about being unable to make a unique name for mobs greater than 100 in a zone.
Required SQL:
ALTER TABLE quest_globals CHANGE expdate expdate INT;
And i saw that i hadnt that table in my DB...then i surfed on server code and i did a create table script.
|