View Single Post
  #4  
Old 04-06-2008, 09:40 PM
ChaosSlayer
Demi-God
 
Join Date: May 2007
Posts: 1,032
Default

ok

alter table faction_list add column mod_r100` smallint(6) NOT NULL default 0;

will add extra column for race 100. however I can allreday see that this WILL NOT work.
since server code hardly uses NAME of the column as a reference to a race that it should access.
also, the collumn will be added at the end, which may also break the code if it reads columns in specific order. (or simply won't read them)

I guess its time for our coders to step in with some enlightment

would be nice if this part of the code coudl be rewriten in such way so server code automatiucly handle any new races added to the table
Reply With Quote