From b389961ebc27ccd47b42679ff7c69c04285120ac Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Tue, 7 Jun 2022 11:31:27 +0200 Subject: [PATCH] remove AddLoot() 2 --- src/LuaEngine/LuaFunctions.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LuaEngine/LuaFunctions.cpp b/src/LuaEngine/LuaFunctions.cpp index 3194ac3..bc2c865 100644 --- a/src/LuaEngine/LuaFunctions.cpp +++ b/src/LuaEngine/LuaFunctions.cpp @@ -915,7 +915,6 @@ ElunaRegister GameObjectMethods[] = { "Despawn", &LuaGameObject::Despawn }, { "Respawn", &LuaGameObject::Respawn }, { "SaveToDB", &LuaGameObject::SaveToDB }, - { "AddLoot", &LuaGameObject::AddLoot }, { NULL, NULL } };