Remove CreateCorpse, Improve Ban()

This commit is contained in:
Rochet2
2019-07-06 23:25:47 +03:00
parent 7e41c418bc
commit 34151cc744
3 changed files with 41 additions and 25 deletions

View File

@@ -733,7 +733,6 @@ ElunaRegister<Player> PlayerMethods[] =
{ "SpawnBones", &LuaPlayer::SpawnBones },
{ "RemovedInsignia", &LuaPlayer::RemovedInsignia },
{ "SendGuildInvite", &LuaPlayer::SendGuildInvite },
{ "CreateCorpse", &LuaPlayer::CreateCorpse },
{ "Mute", &LuaPlayer::Mute },
{ "SummonPlayer", &LuaPlayer::SummonPlayer },
{ "SaveToDB", &LuaPlayer::SaveToDB },