Error

Newbie Spellweaver
Joined
Apr 10, 2007
Messages
29
Reaction score
0
Error
When i run Mangos it runs smoothly until:
2007-05-09 11:18:14 Loading Creature Addon Data...
2007-05-09 11:18:14 ERROR:SQL: SELECT MAX(`guid`) FROM `creature_addon`
2007-05-09 11:18:14 ERROR:query ERROR: Unknown column 'guid' in 'field list'
2007-05-09 11:18:14 ERROR:Error loading `creature_addon` table (not exist?)
I've checked my MYSQL and the table is definately there. Any Ideas?
 
2007-05-09 11:18:14 ERROR:query ERROR: Unknown column 'guid' in 'field list'
2007-05-09 11:18:14 ERROR:Error loading `creature_addon` table (not exist?)

your having this problem because in your creature_addon table you don't have the guid column apply the latest mangos sql update they have changed the crature_addon table


i`ve uploaded a full working creature_addon table works with latest mangos core!

change it from creature_addon.txt to creature_addon.sql
 

Attachments

Back