diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/Player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index 3522e70392f..baaf2cced1f 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -21873,6 +21873,9 @@ void Player::ActivateSpec(uint8 spec) if(GetSpecsCount() != MAX_TALENT_SPECS) return; + if(GetMap()->IsBattleGround() && !HasAura(45521)) // In BattleGround with no Preparation buff + return; + _SaveActions(); UnsummonPetTemporaryIfAny(); |