mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
remove AddLoot() 2
This commit is contained in:
@@ -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 }
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user