here is another one when you try to assign a cost to battling the bots
Code:
UPDATE `vbrpg_ibots`
SET
`botname` = 'Dire Wolf',
`levelrequired` = '1',
`cost` = '10',
`winexp` = '3',
`limitname` = 'Fury Swipes',
`hp` = '30',
`maxhp` = '30',
`mp` = '10',
`maxmp` = '10',
`pp` = '10',
`maxpp` = '10',
`ap` = '50',
`xp` = '12',
`genderid` = '2',
`elementid` = '3',
`wins` = '0',
`losses` = '1',
`battles` = '2'
WHERE `ibotid` = '32';
MySQL Error : Unknown column 'cost' in 'field list'