mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7780"
|
||||
#define REVISION_NR "7781"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue