remove AddLoot() 2

This commit is contained in:
55Honey
2022-06-07 11:31:27 +02:00
committed by GitHub
parent 0b5ca428d3
commit b389961ebc

View File

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