INSERT INTO itemtemplate
(`ItemTemplate_ID`, `Id_nb`, `Name`, `Level`, `Durability`, `MaxDurability`, `Condition`, `MaxCondition`, `Quality`, `DPS_AF`, `SPD_ABS`, `Hand`, `Type_Damage`, `Object_Type`, `Item_Type`, `Effect`, `Weight`, `Model`, `Bonus`, `Bonus1`, `Bonus1Type`, `ExtraBonusType`, `IsPickable`, `IsDropable`, `Gold`, `Silver`, `Copper`, `MaxCount`, `PackSize`, `Charges`, `MaxCharges`, `SpellID`, `ProcSpellID`, `Realm`)
Suggestion use Wordpad -> Notepad can do it just sucks the life out of PCItemTemplate
Error with reserved word Condition. Easy to fix, open the file in an editor that can handle it and do a find of
ty, Condition
and replace with
ty, `Condition`
Note those are back quotes, the one found at the upper left of most keyboards.
MySQL documentation concerning reserved words:
http://dev.mysql.com/doc/refman/5.0/en/identifiers.html
Users browsing this forum: No registered users and 1 guest