View Single Post
  #5  
Old 12-31-2012, 06:40 PM
Irreverent
The Solo Server
 
Join Date: May 2007
Posts: 416
Default

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.
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
Reply With Quote