mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Over 100 camangos Cata commits applied (to c12950)
Over 100 camangos Cata commits applied. up to and inclusing c12950.
This commit is contained in:
parent
b4ec0440aa
commit
eef77eadb9
117 changed files with 4314 additions and 3547 deletions
|
|
@ -59,6 +59,9 @@ void WorldSession::HandleRepopRequestOpcode(WorldPacket& recv_data)
|
|||
if (GetPlayer()->IsAlive() || GetPlayer()->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST))
|
||||
return;
|
||||
|
||||
if (GetPlayer()->HasAuraType(SPELL_AURA_PREVENT_RESURRECTION))
|
||||
return;
|
||||
|
||||
// the world update order is sessions, players, creatures
|
||||
// the netcode runs in parallel with all of these
|
||||
// creatures can kill players
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue