Mysql error on GM screen botbuffs table
This is the error, I have to type it out best I can because I can't find the log.
Mysql error 1054: Unknown column 'Dot_rune' in 'field list' --INSTERT INTO
botbuffs [botid, spellid, CasterLevel, DurationFormula, TicsRemaining, PoisonCounters, DiseaseCounters, CurseCounters, CorruptionCounters, Hitcount, MeleeRune, MagicRune, dot_rune.
caston_x, Persistent, caston_y, caston_z, ExtraDIChance} VALUES {166,266,3,11,192,0,0,0,0,0,0,0,0,0,0,0,0,}
I did manage to fix it by adding in the unknown column dot_rune to my botbuffs table. there were another 3 1054 errors that popped up after that for other missing columns. Adding in the columns fixed my bots losing buffs after zoning issue as well. Hope this helps anybody with similar problems.
|