[Bug Fix] Attune Augments when Equipped (#4446)

This commit is contained in:
Fryguy 2024-08-09 22:27:04 -04:00 committed by GitHub
parent ac0f729aa2
commit 6296ed6d41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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->UpdateOrnamentationInfo();