aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/Player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 07fdef278d9..43a98ddc7b4 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -21958,7 +21958,7 @@ void Player::ActivateSpec(uint8 spec)
if(GetSpecsCount() != MAX_TALENT_SPECS)
return;
- if(GetMap()->IsBattleGround() && !HasAura(45521)) // In BattleGround with no Preparation buff
+ if(GetMap()->IsBattleGround() && !HasAura(44521)) // In BattleGround with no Preparation buff
return;
_SaveActions();