feat: GameObject:AddLoot() (#52)

This commit is contained in:
55Honey
2022-07-06 15:36:36 +02:00
committed by GitHub
parent 72e28e5c03
commit 301ffc7acd
2 changed files with 64 additions and 0 deletions

View File

@@ -916,6 +916,7 @@ ElunaRegister<GameObject> GameObjectMethods[] =
{ "Despawn", &LuaGameObject::Despawn },
{ "Respawn", &LuaGameObject::Respawn },
{ "SaveToDB", &LuaGameObject::SaveToDB },
{ "AddLoot", &LuaGameObject::AddLoot },
{ NULL, NULL }
};