From 70b767be755d5d0ce7a8b8ffedff36e721d8e59c Mon Sep 17 00:00:00 2001 From: QAston Date: Sun, 22 Feb 2009 13:41:09 +0100 Subject: *Fix Prayer of mending jump on pet when caster is not in a party. --HG-- branch : trunk --- src/game/Unit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Unit.h') diff --git a/src/game/Unit.h b/src/game/Unit.h index d57440c4cd4..f199e19070b 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1172,6 +1172,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject void SetPet(Pet* pet); void SetCharm(Unit* pet); + Unit* GetNextRandomRaidMemberOrPet(float radius); void SetCharmedOrPossessedBy(Unit* charmer, bool possess); void RemoveCharmedOrPossessedBy(Unit* charmer); void RestoreFaction(); -- cgit v1.2.3