aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-19 17:29:17 +0200
committerQAston <none@none>2009-04-19 17:29:17 +0200
commita23df5a270cd47ea3b4f433699b484c6c61a27e6 (patch)
treed243c0797d4a5f2ea50d7c9537f0c542c761e129 /src/game/SpellAuras.cpp
parentcfabdd2fd265b38b8771fd870334dcc9b64a0c8a (diff)
*Fix compile.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index a5b2a429e27..a619d14ff06 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3495,7 +3495,7 @@ void AuraEffect::HandleAuraModPetTalentsPoints(bool Apply, bool Real)
// Recalculate pet tlaent points
if (Pet *pet = ((Player*)m_target)->GetPet())
- pet->InitTalentForLevel();
+ pet->InitTalentForLevel();
}
/*void AuraEffect::HandleModCharm(bool apply, bool Real)