mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Bug Fix] Attune Augments when Equipped (#4446)
This commit is contained in:
parent
ac0f729aa2
commit
6296ed6d41
@ -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();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user