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

@@ -2213,15 +2213,6 @@ namespace LuaPlayer
return 0;
}
/**
* Creates the [Player]'s corpse
*/
int CreateCorpse(lua_State* /*L*/, Player* player)
{
player->CreateCorpse();
return 0;
}
/**
* Rewards the given quest entry for the [Player] if he has completed it.
*