mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 08:59:11 +01:00
Core/Creatures: no longer initialize CharmInfo for minions on creation. Unit::SetCharmed takes care of non-guardian initialization
closes #334
This commit is contained in:
@@ -303,9 +303,6 @@ Minion::Minion(SummonPropertiesEntry const* properties, Unit* owner, bool isWorl
|
||||
{
|
||||
ASSERT(m_owner);
|
||||
m_unitTypeMask |= UNIT_MASK_MINION;
|
||||
|
||||
/// @todo: Find correct way
|
||||
InitCharmInfo();
|
||||
}
|
||||
|
||||
void Minion::InitStats(uint32 duration)
|
||||
|
||||
Reference in New Issue
Block a user