mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Fixed Glyph of Feral Spirit
--HG-- branch : trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user