View Single Post
  #3  
Old 05-27-2002, 05:37 AM
Salam
Fire Beetle
 
Join Date: May 2002
Posts: 4
Default

yah well, you and i know what changed, but still .. some may not be aware of this.

it would rock to have hints about this for fast & easy conversion of tables so we can easily convert it and post them for the serverops

ie:

structure has changed in table npc_types :

< usedspells char(70) NOT NULL default '',
---
> usedspells varchar(70) NOT NULL default '',


< fixedz tinyint(2) unsigned NOT NULL default '0',
< d_meele_texture1 int(10) unsigned NOT NULL default '0',
< d_meele_texture2 int(10) unsigned NOT NULL default '0',
< walkspeed float NOT NULL default '0',
< runspeed float NOT NULL default '0',

wont hurt anyone in changelog
Reply With Quote