mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-01 14:46:54 +01:00
*Fix some bugs of pet.
--HG-- branch : trunk
This commit is contained in:
@@ -1831,7 +1831,7 @@ Pet* Player::SummonPet(uint32 entry, float x, float y, float z, float ang, PetTy
|
||||
pet->SetUInt32Value(UNIT_FIELD_BYTES_1,0);
|
||||
pet->InitStatsForLevel(getLevel());
|
||||
|
||||
SetPet(pet, true);
|
||||
SetGuardian(pet, true);
|
||||
|
||||
switch(petType)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user