mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 11:12:25 +00:00
[Bug Fix] Handle_OP_AugmentItem could cause Zone crash (#2750)
This commit is contained in:
parent
a99e0a4b2c
commit
bd29f1c5bb
@ -3104,12 +3104,12 @@ void Client::Handle_OP_AugmentItem(const EQApplicationPacket *app)
|
|||||||
"{} {} {} {} {}",
|
"{} {} {} {} {}",
|
||||||
tobe_auged->GetID(),
|
tobe_auged->GetID(),
|
||||||
item_slot,
|
item_slot,
|
||||||
aug->GetID(),
|
old_aug->GetID(),
|
||||||
in_augment->augment_index,
|
in_augment->augment_index,
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
args.push_back(aug);
|
args.push_back(old_aug);
|
||||||
|
|
||||||
parse->EventPlayer(EVENT_AUGMENT_REMOVE_CLIENT, this, export_string, 0, &args);
|
parse->EventPlayer(EVENT_AUGMENT_REMOVE_CLIENT, this, export_string, 0, &args);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user