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.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp
index 300106eb2c3..ca4035e81b8 100644
--- a/src/game/Pet.cpp
+++ b/src/game/Pet.cpp
@@ -51,9 +51,6 @@ m_declinedname(NULL), m_owner(owner)
m_regenTimer = 4000;
owner->SetPetAtLoginFlag(0);
-
- if(type == POSSESSED_PET) // always passive
- SetReactState(REACT_PASSIVE);
}
Pet::~Pet()