mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +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:
+2
-1
@@ -119,7 +119,8 @@ const char *QuestEventSubroutines[_LargestEventID] = {
|
||||
"EVENT_DEATH_ZONE",
|
||||
"EVENT_USE_SKILL",
|
||||
"EVENT_COMBINE_VALIDATE",
|
||||
"EVENT_BOT_COMMAND"
|
||||
"EVENT_BOT_COMMAND",
|
||||
"EVENT_TEST_BUFF"
|
||||
};
|
||||
|
||||
PerlembParser::PerlembParser() : perl(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user