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:
@@ -3203,7 +3203,8 @@ luabind::scope lua_register_events() {
|
||||
luabind::value("tick", static_cast<int>(EVENT_TICK)),
|
||||
luabind::value("spawn_zone", static_cast<int>(EVENT_SPAWN_ZONE)),
|
||||
luabind::value("death_zone", static_cast<int>(EVENT_DEATH_ZONE)),
|
||||
luabind::value("use_skill", static_cast<int>(EVENT_USE_SKILL))
|
||||
luabind::value("use_skill", static_cast<int>(EVENT_USE_SKILL)),
|
||||
luabind::value("test_buff", static_cast<int>(EVENT_TEST_BUFF))
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user