mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Quest API] Optionally parse EVENT_TEST_BUFF (#2920)
# Notes - Optionally parse this event instead of always doing so.
This commit is contained in:
@@ -14445,8 +14445,10 @@ void Client::Handle_OP_TestBuff(const EQApplicationPacket *app)
|
||||
if (!RuleB(Character, EnableTestBuff)) {
|
||||
return;
|
||||
}
|
||||
parse->EventPlayer(EVENT_TEST_BUFF, this, "", 0);
|
||||
return;
|
||||
|
||||
if (parse->PlayerHasQuestSub(EVENT_TEST_BUFF)) {
|
||||
parse->EventPlayer(EVENT_TEST_BUFF, this, "", 0);
|
||||
}
|
||||
}
|
||||
|
||||
void Client::Handle_OP_TGB(const EQApplicationPacket *app)
|
||||
|
||||
Reference in New Issue
Block a user