View Single Post
  #4  
Old 06-10-2002, 05:05 AM
Kaiyodo
Hill Giant
 
Join Date: Jan 2002
Location: Midlands,UK
Posts: 149
Default

Unfortunately the item_struct is stored in the DB as a BLOB, and changing the size of it by adding a couple of extra bytes to accomodate a few more characters would mean all of the items had to be recreated.

In addition to that, the binary data format would then be different from the one EQ uses, and that'd break a whole lotta stuff.

K.
Reply With Quote