mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Quest API] (Performance) Check event exists before export and execute EVENT_LEVEL_UP and EVENT_LEVEL_DOWN (#2889)
* [Quest API] Optionally parse EVENT_LEVEL_UP and EVENT_LEVEL_DOWN - Optionally parses these events instead of always doing so. * [Quest API] Optionally parse EVENT_LEVEL_UP and EVENT_LEVEL_DOWN - Optionally parses these events instead of always doing so.
This commit is contained in:
@@ -13581,7 +13581,7 @@ void Client::Handle_OP_ShopPlayerBuy(const EQApplicationPacket *app)
|
||||
safe_delete(qspack);
|
||||
}
|
||||
// end QS code
|
||||
|
||||
|
||||
if (parse->PlayerHasQuestSub(EVENT_MERCHANT_BUY)) {
|
||||
const auto& export_string = fmt::format(
|
||||
"{} {} {} {} {}",
|
||||
|
||||
Reference in New Issue
Block a user