From 122d94494523bd9e7fe8fabbacd11c08dbaba8f8 Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 2 May 2009 19:24:22 -0500 Subject: *Update summon system. *Fix the bug that shaman cannot summon fire elemental. *Fix the bug that totem meters cannot be displayed. --HG-- branch : trunk --- src/game/Pet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Pet.cpp') diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 070de6e5899..9f861a91b89 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -262,7 +262,7 @@ bool Pet::LoadPetFromDB( Player* owner, uint32 petentry, uint32 petnumber, bool } map->Add((Creature*)this); - owner->SetGuardian(this, true); + owner->SetMinion(this, true); m_resetTalentsCost = fields[17].GetUInt32(); m_resetTalentsTime = fields[18].GetUInt64(); -- cgit v1.2.3