** Fix for RoF clients not displaying Augment Restrictions in the Item Info window.

** Change to Client::SummonItem() to enforce valid item/augment combinations. (Run the optional sql file first, before posting any
SummonItem() failure issues in the forums.)
This commit is contained in:
Uleat
2014-03-17 04:53:47 -04:00
parent 65e8c2ffde
commit 4170434b96
8 changed files with 460 additions and 107 deletions
+2 -1
View File
@@ -5070,8 +5070,9 @@ char* SerializeItem(const ItemInst *inst, int16 slot_id_in, uint32 *length, uint
memset(&isbs, 0, sizeof(RoF::structs::ItemSecondaryBodyStruct));
isbs.augtype = item->AugType;
isbs.augrestrict = item->AugRestrict;
isbs.augdistiller = 0;
isbs.augrestrict = item->AugRestrict;
for(int x = 0; x < 5; ++x)
{