aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorIntel <chemicstry@gmail.com>2014-11-10 21:09:18 +0200
committerIntel <chemicstry@gmail.com>2014-11-10 21:09:18 +0200
commit24850994b4fc1b285e84f2f44f2278bf3a091900 (patch)
tree774312cc1e1918f7878947a7024e13827eb6eabd /src/server/scripts/Spells
parente90ef4fa24a1da7f4d7433a1522e5cb43ef68d29 (diff)
Core/Talents: Update talent system, remove talent points
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_druid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_druid.cpp b/src/server/scripts/Spells/spell_druid.cpp
index 7049ad90a27..ed0709c6ad9 100644
--- a/src/server/scripts/Spells/spell_druid.cpp
+++ b/src/server/scripts/Spells/spell_druid.cpp
@@ -168,7 +168,7 @@ class spell_dru_eclipse_energize : public SpellScriptLoader
Player* caster = GetCaster()->ToPlayer();
// No boomy, no deal.
- if (caster->GetPrimaryTalentTree(caster->GetActiveSpec()) != TALENT_TREE_DRUID_BALANCE)
+ if (caster->GetTalentSpec(caster->GetActiveSpec()) != TALENT_SPEC_DRUID_BALANCE)
return;
switch (GetSpellInfo()->Id)