diff options
| author | QAston <none@none> | 2009-02-22 13:41:09 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-02-22 13:41:09 +0100 |
| commit | 70b767be755d5d0ce7a8b8ffedff36e721d8e59c (patch) | |
| tree | 678bbac8a3243496ce2e8e47301e070c5e413e15 /src/game/Unit.h | |
| parent | b2a41e0e607294b71015a060eb72ff92a63f2054 (diff) | |
*Fix Prayer of mending jump on pet when caster is not in a party.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.h')
| -rw-r--r-- | src/game/Unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
