aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-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 d1358e5a5c3..ebb01bdb14a 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -2547,7 +2547,7 @@ void Player::InitTalentForLevel()
}
else
{
- if (level < 40 || m_specsCount == 0)
+ if (level < sWorld.getConfig(CONFIG_MIN_DUALSPEC_LEVEL) || m_specsCount == 0)
{
m_specsCount = 1;
m_activeSpec = 0;