Misc: cleaning

This commit is contained in:
ShinDarth
2016-08-26 16:31:57 +02:00
parent f82c3fd94c
commit 7c081ad303
3 changed files with 4 additions and 3 deletions

View File

@@ -979,7 +979,7 @@ bool Guardian::InitStatsForLevel(uint8 petlevel)
{
// 100% energy after summon
SetPower(POWER_ENERGY, GetMaxPower(POWER_ENERGY));
// xinef: fixes orc death knight command racial
if (m_owner->getRace() == RACE_ORC)
CastSpell(this, SPELL_ORC_RACIAL_COMMAND, true, NULL, NULL, m_owner->GetGUID());