diff options
author | megamage <none@none> | 2009-03-16 15:51:45 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-16 15:51:45 -0600 |
commit | 986334e64140bbd56efcb57ec90259330dc6e1c7 (patch) | |
tree | ce7062f83d9eb11374b790b68ebff0784955cd26 /src/game/Player.cpp | |
parent | 8a1d6df8c08d8fd1757fdcb7277988eaf690ffa8 (diff) |
[7472] Fixed messages in Eye of Storm Battleground. Author: Triply
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r-- | src/game/Player.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 8ecd58fa362..e69848b55b8 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -20228,6 +20228,7 @@ bool Player::CanUseBattleGroundObject() { return ( //InBattleGround() && // in battleground - not need, check in other cases //!IsMounted() && - not correct, player is dismounted when he clicks on flag + //i'm not sure if these two are correct, because invisible players should get visible when they click on flag !HasStealthAura() && // not stealthed !HasInvisibilityAura() && // not invisible !HasAura(SPELL_RECENTLY_DROPPED_FLAG, 0) && // can't pickup |