Log in

View Full Version : Changelog Question


typhoon
01-04-2006, 07:38 PM
I was going through the changelog to get my server upto date with all the SQL changes since I first made my server. FNW did you really want us to run this? It is Dropping the same value from the table twice. Did you want us to drop keep_y instead of the second keep_x?

==12/01/2005
FatherNitwit: added USE_RACE_CLASS_XP_MODS (disabled by default) to features.h
FatherNitwit: These fields are not used:
ALTER TABLE zone_points DROP keep_x;
ALTER TABLE zone_points DROP keep_x;

HurtinuDaily
01-05-2006, 06:15 AM
May have been a typo....
try this

ALTER TABLE zone_points DROP keep_x;
ALTER TABLE zone_points DROP keep_y;

typhoon
01-05-2006, 10:42 AM
I figured it was....

HurtinuDaily
01-06-2006, 03:34 AM
Well hopefully that works for ya ))