mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-09 22:20:24 +00:00
[Feature] Add lua and perl event for test buff (#1403)
* [Feature] Add lua and perl event for test buff * added EnableTestBuff
This commit is contained in:
@@ -14059,6 +14059,10 @@ void Client::Handle_OP_Taunt(const EQApplicationPacket *app)
|
||||
|
||||
void Client::Handle_OP_TestBuff(const EQApplicationPacket *app)
|
||||
{
|
||||
if (!RuleB(Character, EnableTestBuff)) {
|
||||
return;
|
||||
}
|
||||
parse->EventPlayer(EVENT_TEST_BUFF, this, "", 0);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user