mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[12728] Fixed typo
This commit is contained in:
parent
3c89d661aa
commit
75a4184ef5
2 changed files with 2 additions and 2 deletions
|
|
@ -680,7 +680,7 @@ void WorldSession::HandleResurrectResponseOpcode(WorldPacket& recv_data)
|
|||
void WorldSession::HandleReturnToGraveyard(WorldPacket& /*recvPacket*/)
|
||||
{
|
||||
Player* pPlayer = GetPlayer();
|
||||
if (pPlayer->isAlive() || !Player->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST))
|
||||
if (pPlayer->isAlive() || !pPlayer->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST))
|
||||
return;
|
||||
|
||||
Corpse* pCorpse = pPlayer->GetCorpse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue