aboutsummaryrefslogtreecommitdiff
path: root/src/game/Pet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Pet.cpp')
-rw-r--r--src/game/Pet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp
index ff2c8880852..b4b8bae9c67 100644
--- a/src/game/Pet.cpp
+++ b/src/game/Pet.cpp
@@ -58,7 +58,7 @@ m_declinedname(NULL)
else if(type == GUARDIAN_PET) // always aggressive
charmInfo->SetReactState(REACT_AGGRESSIVE);
- m_isActive = true;
+ //m_isActive = true;
}
Pet::~Pet()