diff options
| author | megamage <none@none> | 2009-06-04 16:10:26 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-04 16:10:26 -0500 |
| commit | 8bb75918a85263493fca49be1993d373f8d2b5fa (patch) | |
| tree | 0953d145ee5d25faea83968bdaca5611577e6f4a /src/game/Creature.h | |
| parent | 45516c5e58dc9cab70d9e3c024f30e9a4342f6a3 (diff) | |
[7951] Mope call for help code to function form Event AI code to allow use it from C++ scripts also. Author: NoFantasy
--HG--
branch : trunk
Diffstat (limited to 'src/game/Creature.h')
| -rw-r--r-- | src/game/Creature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 0ee6d4618c7..68c353205f7 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -644,6 +644,7 @@ class TRINITY_DLL_SPEC Creature : public Unit Unit* SelectNearestTarget(float dist = 0) const; void DoFleeToGetAssistance(); + void CallForHelp(float fRadius); void CallAssistance(); void SetNoCallAssistance(bool val) { m_AlreadyCallAssistance = val; } void SetNoSearchAssistance(bool val) { m_AlreadySearchedAssistance = val; } |
