mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
RoF2 fix for being unable to close bags by right clicking or open multiple bags.
This commit is contained in:
@@ -4878,7 +4878,8 @@ namespace RoF
|
||||
uint16 ornaIcon = 0;
|
||||
int32 heroModel = 0;
|
||||
/*
|
||||
if (inst->GetOrnamentationAug(ornamentationAugtype)) {
|
||||
if (inst->GetOrnamentationAug(ornamentationAugtype))
|
||||
{
|
||||
const Item_Struct *aug_weap = inst->GetOrnamentationAug(ornamentationAugtype)->GetItem();
|
||||
//Mainhand
|
||||
ss.write(aug_weap->IDFile, strlen(aug_weap->IDFile));
|
||||
|
||||
Reference in New Issue
Block a user