mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
Merge from master
This commit is contained in:
@@ -4992,7 +4992,11 @@ char* SerializeItem(const ItemInst *inst, int16 slot_id_in, uint32 *length, uint
|
||||
ibs.Magic = item->Magic;
|
||||
ibs.CastTime_ = item->CastTime_;
|
||||
ibs.ReqLevel = item->ReqLevel;
|
||||
if(item->ReqLevel > 100)
|
||||
ibs.ReqLevel = 100;
|
||||
ibs.RecLevel = item->RecLevel;
|
||||
if(item->RecLevel > 100)
|
||||
ibs.RecLevel = 100;
|
||||
ibs.RecSkill = item->RecSkill;
|
||||
ibs.BardType = item->BardType;
|
||||
ibs.BardValue = item->BardValue;
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user