mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Update to encounter timers so they can actually work from hooked events
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifdef LUA_EQEMU
|
||||
|
||||
#include "lua.hpp"
|
||||
#include <luabind/luabind.hpp>
|
||||
#include "lua_encounter.h"
|
||||
#include "encounter.h"
|
||||
|
||||
|
||||
luabind::scope lua_register_encounter() {
|
||||
return luabind::class_<Lua_Encounter>("Encounter")
|
||||
.def(luabind::constructor<>());
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user