mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Remove CreateCorpse, Improve Ban()
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user