"Item-Template" Error

Newbie Spellweaver
Joined
Feb 18, 2006
Messages
44
Reaction score
0
Can someone help me with the Item Temp error ?

Code:
2007-03-24 03:15:55 Loading NPC Texts...
2007-03-24 03:15:55 
2007-03-24 03:15:55 >> Loaded 0 npc texts
2007-03-24 03:15:55 Loading Quest Area Triggers...
2007-03-24 03:15:55 
2007-03-24 03:15:55 >> Loaded 0 quest trigger points
2007-03-24 03:15:55 Loading Items...
2007-03-24 03:15:55 ERROR:Error in `item_template` table, probably sql file format was updated (there should be 121 fields in sql).
 
Can someone help me with the Item Temp error ?

Code:
2007-03-24 03:15:55 Loading NPC Texts...
2007-03-24 03:15:55 
2007-03-24 03:15:55 >> Loaded 0 npc texts
2007-03-24 03:15:55 Loading Quest Area Triggers...
2007-03-24 03:15:55 
2007-03-24 03:15:55 >> Loaded 0 quest trigger points
2007-03-24 03:15:55 Loading Items...
2007-03-24 03:15:55 ERROR:Error in `item_template` table, probably sql file format was updated (there should be 121 fields in sql).

The problem is that you either a) have too few fields or b) have too many fields in your item_template. What version of MaNGoS are you using, and what database is with it?

If you go into NaviCat or whatever DB manager you use, open up item_template and count how many fields you have.
 
Back