Fixed Glyph of Feral Spirit

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2009-12-26 10:24:19 +01:00
parent 4a707509b9
commit 3344b3500a

View File

@@ -886,7 +886,14 @@ bool Guardian::InitStatsForLevel(uint8 petlevel)
SetCreateStat(STAT_INTELLECT, 28);
SetCreateStat(STAT_SPIRIT, 27);
}
if (GetEntry() == 29264)
{
float apbonus=0.35f;
// Glyph of Feral Spirit
if (AuraEffect *aurEff = m_owner->GetAuraEffect(63271, 0))
apbonus += aurEff->GetAmount() / 100.0f;
}
m_bonusdamage = 0;
switch (petType)
{