Thread: kaiyodo
View Single Post
  #22  
Old 03-02-2003, 12:57 AM
Kaiyodo
Hill Giant
 
Join Date: Jan 2002
Location: Midlands,UK
Posts: 149
Default

Divide, turns out it was actually a bug in the Item editor. The size of MaxCharges was int8 in the item struct but int16 in the structure description I use to generate the UI. All that means is that when MaxCharges was saved out to the DB it would corrupt a byte. That byte happened to be PI_Count.

Fixed now and uploaded to www.geocities.com/Kaiyodouk/

K.
Reply With Quote