mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Bug Fix] Handle_OP_AugmentItem could cause Zone crash (#2750)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user