[7780] Fixed Player::HasGuardianWithEntry()

Pets not contain in GUID entry but pet number so we need check
GetEntry() == entry

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-05-05 23:33:56 +02:00
parent da04a946e7
commit e8d8b1a888
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7779"
#define REVISION_NR "7780"
#endif // __REVISION_NR_H__