You also need to execute any SQL in utils/sql/svn that has a revision number greater than the revision number of the PEQ DB.
IMPORTANT NOTE: The PEQ DB revision number is the number in the file name for the main database. This is
NOT the svn revision for the repository it is stored in.
For example, the svn revision 26 of the PEQ DB corresponds to revision 703 of the DB. You can see this by the file named peqdb_1129Rev703.sql.gz in the repository. If you then were to download rev 752 of the server code, you would need to source the following files into your DB:
Code:
704_rules.sql
710_tint_set_naming.sql
721_pathing_rules.sql
730_smart_delay_moving.sql
731_rule_assist_notarget_self.sql
732_sacrifice_rules.sql
745_slow_mitigation.sql
This will bring the DB up to date to match the code.