Core/Talents: Update talent system, remove talent points

This commit is contained in:
Intel
2014-11-10 21:09:18 +02:00
parent e90ef4fa24
commit 24850994b4
28 changed files with 314 additions and 798 deletions
+1 -1
View File
@@ -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)