Rules
I had this same issue when I setup my database the first time. The rule_sets table column "ruleset_id" needs to match the rule_values table column "ruleset_id" or you will get the error your are getting, along with a bunch of other errors.
Once I changed the ruleset_id to 0 and all of the ruleset_id fields in the rule_values table to 0 to match, those errors went away, and the server no longer crashed when people started combat. When you say the error re-occurred when you sourced the database back in, this tells me that you need to check those two values to make sure those match. When the server starts, it looks in the rule_sets table and if the value is 0, it checks the rule_values table and applies all of the values that are set to ruleset_id 0 in that table.
Hope that helps.
|