mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7781] Fixed typo in my prev. commit.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
e8d8b1a888
commit
cf4884b03a
2 changed files with 2 additions and 2 deletions
|
|
@ -16196,7 +16196,7 @@ bool Player::HasGuardianWithEntry(uint32 entry)
|
|||
for(GuardianPetList::const_iterator itr = m_guardianPets.begin(); itr != m_guardianPets.end(); ++itr)
|
||||
{
|
||||
if(Pet* pet = ObjectAccessor::GetPet(*itr))
|
||||
if (Pet->GetEntry() == entry)
|
||||
if (pet->GetEntry() == entry)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue