[Bug Fix] Handle_OP_AugmentItem could cause Zone crash (#2750)

This commit is contained in:
Aeadoin 2023-01-17 14:34:28 -05:00 committed by GitHub
parent a99e0a4b2c
commit bd29f1c5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3104,12 +3104,12 @@ void Client::Handle_OP_AugmentItem(const EQApplicationPacket *app)
"{} {} {} {} {}",
tobe_auged->GetID(),
item_slot,
aug->GetID(),
old_aug->GetID(),
in_augment->augment_index,
false
);
args.push_back(aug);
args.push_back(old_aug);
parse->EventPlayer(EVENT_AUGMENT_REMOVE_CLIENT, this, export_string, 0, &args);
}