mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
*Do not consider possessed creatures as pet. Also fix the bug that possessed creature does not display spells.
--HG-- branch : trunk
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user