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 5cf8d96c212..fcc5b6ad72b 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -427,7 +427,7 @@ Player::Player (WorldSession *session): Unit(), m_achievementMgr(this), m_reputa
m_lastPotionId = 0;
m_activeSpec = 0;
- m_specsCount = 0;
+ m_specsCount = 1;
for (uint8 i = 0; i < MAX_TALENT_SPECS; ++i)
{