View Single Post
  #1  
Old 02-12-2003, 10:45 AM
quax
Fire Beetle
 
Join Date: Feb 2003
Posts: 6
Default Zone_Point DATABASE fix ~Velious

Zone_Point DATABASE fix
compatible with EQEmu 0.4.2 zone DB.

:!: Use at your own risk.

UPDATE 02/28/2003
022803_Velious_sql.zip

Antonica
Odus
Faydwer
Kunark
Velious

http://zonefix.no-ip.com/tmp/readme.txt
http://zonefix.no-ip.com/tmp/022803_Velious_sql.zip


Code:
--z42to43.sql
update zone set safe_z = safe_z*.1;
update zone_points set z = z*.1;
update zone_points set target_z = target_z*.1;
mysql>use *yr dbname*;
mysql>source z42to43.sql;
Reply With Quote