I was worried about that too, so I did a full load_player.sql to a different database and did a compare.
aka
Code:
select a.rule_name, a.rule_value, b.rule_value from mydatabase.rule_values a, PEQ.rule_values b where a.rule_name = b.rule_name and a.rule_value <> b.rule_value
That's why it was weird, because the peq2294 svn still had the .03 and .06 values in them.