| 
				 the rules table needs to be updated 
 Hi,
 I really do not know where this update should go whether in utils/sql/svn or in  peqdatabase/updates/  but I think you might need to add the following SQL statement in to your next DB update:
 
 DELETE FROM `rule_values` WHERE rule_name IN ('AA:MaxEffectSlots','Pathing:MaxNodesLeftForLOSCh  eck','Zone:MQWarpDetectorDistance','Zone:NPCGlobal  PositionUpdateInterval','Zone:MQWarpLagThreshold',  'Zone:MQWarpThresholdTimer','Combat:ChanceToHitDiv  ideBy','Combat:ArcheryStationaryPenalty');
 
 My best guess is to put an sql file with this update in the utils/sql/svn/ folder.
 
 Anyway, those rules are not in the source code of the rules system since Rev923.
 
 I went through every single sql file of the above mentioned folders. I could not find any sql statement that deletes those rules.
 
 Having those rules in the database produces errors when loading the world in LINUX.
 
 I hope this helps somehow.
 
 Ivancho
 |