summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShinDarth <borzifrancesco@gmail.com>2016-08-26 16:31:57 +0200
committerShinDarth <borzifrancesco@gmail.com>2016-08-26 16:31:57 +0200
commit7c081ad303a4327ca2b9aab4e19e89b657169c1c (patch)
treefaeea0d841ec4becd3b558de7ec27a41118e376d /src
parentf82c3fd94cbbd55109f4b12856d975b020432e38 (diff)
Misc: cleaning
Diffstat (limited to 'src')
-rw-r--r--src/game/Entities/Pet/Pet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Entities/Pet/Pet.cpp b/src/game/Entities/Pet/Pet.cpp
index a0f34e86df..d1209225f3 100644
--- a/src/game/Entities/Pet/Pet.cpp
+++ b/src/game/Entities/Pet/Pet.cpp
@@ -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());