Merge pull request #73 from hateborne/master

spell.max conversion from int16 to int32.  Make sure to re-run your shared_memory program.
This commit is contained in:
Alex 2013-06-15 17:44:34 -07:00
commit 3f2815e30c

View File

@ -625,7 +625,7 @@ struct SPDat_Spell_Struct
/* 019 */ uint16 mana; // Mana Used
/* 020 */ int base[EFFECT_COUNT]; //various purposes
/* 032 */ int base2[EFFECT_COUNT]; //various purposes
/* 044 */ int16 max[EFFECT_COUNT];
/* 044 */ int32 max[EFFECT_COUNT];
/* 056 */ //uint16 icon; // Spell icon
/* 057 */ //uint16 memicon; // Icon on membarthing
/* 058 */ int32 components[4]; // reagents