mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Quest API] Add back removed lua class properties (#1742)
Fixes regression from 7b6decae
This commit is contained in:
@@ -493,6 +493,8 @@ luabind::scope lua_register_spell() {
|
||||
return luabind::class_<Lua_Spell>("Spell")
|
||||
.def(luabind::constructor<>())
|
||||
.def(luabind::constructor<int>())
|
||||
.property("null", &Lua_Spell::Null)
|
||||
.property("valid", &Lua_Spell::Valid)
|
||||
.def("AEDuration", &Lua_Spell::GetAEDuration)
|
||||
.def("AEMaxTargets", &Lua_Spell::GetAEMaxTargets)
|
||||
.def("Activated", &Lua_Spell::GetActivated)
|
||||
|
||||
Reference in New Issue
Block a user