mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
[Bug Fix] Attune Augments when Equipped (#4446)
This commit is contained in:
@@ -3285,6 +3285,10 @@ void Client::Handle_OP_AugmentItem(const EQApplicationPacket *app)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (new_aug->GetItem()->Attuneable) {
|
||||||
|
new_aug->SetAttuned(true);
|
||||||
|
}
|
||||||
|
|
||||||
tobe_auged->PutAugment(in_augment->augment_index, *new_aug);
|
tobe_auged->PutAugment(in_augment->augment_index, *new_aug);
|
||||||
tobe_auged->UpdateOrnamentationInfo();
|
tobe_auged->UpdateOrnamentationInfo();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user