Character spell loop errors
Does anyone know where those sql could be located in source? I think use REPLACE instead of INSERT might solve those spams.
And one more thing, all bots are running around with talent points unspent, does anyone has the same problem?
The correct fix is that the spells for the bots are not being mark as already known spells when log in, so they are try to be saved again. Using REPLACE would cause unnecessary database stress, so it is not the right solution. Instead, these spells need to be given correct flag to not be saved to the DB again - this is a fix I am working on for an update soon!
The correct fix is that the spells for the bots are not being mark as already known spells when log in, so they are try to be saved again. Using REPLACE would cause unnecessary database stress, so it is not the right solution. Instead, these spells need to be given correct flag to not be saved to the DB again - this is a fix I am working on for an update soon!
sounds great! looking forward the update, Thank you!