mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Remove corpse methods (report if needing them) and made changes to objectaccessor required by TC
See 402a3c45ff for more
This commit is contained in:
@@ -138,10 +138,6 @@ ElunaGlobal::ElunaRegister GlobalMethods[] =
|
||||
{ "SaveAllPlayers", &LuaGlobalFunctions::SaveAllPlayers },
|
||||
{ "SendMail", &LuaGlobalFunctions::SendMail },
|
||||
{ "AddTaxiPath", &LuaGlobalFunctions::AddTaxiPath },
|
||||
{ "AddCorpse", &LuaGlobalFunctions::AddCorpse },
|
||||
{ "RemoveCorpse", &LuaGlobalFunctions::RemoveCorpse },
|
||||
{ "ConvertCorpseForPlayer", &LuaGlobalFunctions::ConvertCorpseForPlayer },
|
||||
{ "RemoveOldCorpses", &LuaGlobalFunctions::RemoveOldCorpses },
|
||||
{ "CreateInt64", &LuaGlobalFunctions::CreateLongLong },
|
||||
{ "CreateUint64", &LuaGlobalFunctions::CreateULongLong },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user