When using the bot delete command, if there are any buffs in the botbuffs table for the bot you try to delete you get a constraint error.
Code:
Database Error:#1451. Cannot delete or update a parent row: a foreign key constraint fails ('peq/botbuffs', CONSTRAINT ' FK_botbuff_1' FOREIGN KEY ('Botid') REFERENCES 'Bots' ('botID'))
A cascade delete needs to be put on this constaint.
Error posted here:
http://raven.fullongamer.com/forums/....php?f=24&t=40
EDIT: Server is on Rev: 1038