Changeset 9 for trunk/src/game/MiscHandler.cpp
- Timestamp:
- 11/19/08 13:22:41 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/MiscHandler.cpp
r2 r9 847 847 return; 848 848 849 if (BattleGround * bg = _player->GetBattleGround()) 850 if(bg->isArena()) 851 return; 852 849 853 // body not released yet 850 854 if(!GetPlayer()->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST))