mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Fix warning.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
|
||||
Pet::Pet(Player* owner, PetType type) :
|
||||
Guardian(NULL, owner, true), m_usedTalentCount(0), m_removed(false),
|
||||
m_petType(type), m_duration(0), m_loading(false), m_declinedname(NULL),
|
||||
m_groupUpdateMask(0)
|
||||
m_petType(type), m_duration(0), m_loading(false), m_groupUpdateMask(0),
|
||||
m_declinedname(NULL)
|
||||
{
|
||||
ASSERT(GetOwner());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user