aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-21 02:46:48 -0500
committermegamage <none@none>2009-08-21 02:46:48 -0500
commit457f7971de361f05ff02ee2f9552be55867e6bf3 (patch)
treeeb6db3eb086e07ed83f7406b0f330adbbc344ad4 /src/game/Unit.h
parentf8bec55205af170e0ca6c112e6b25067115a35fc (diff)
*Fix the bug that Eye of Acherus does not fly in some servers.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index d654c948ef4..a2e02a9910f 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1431,6 +1431,7 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
CharmInfo* InitCharmInfo();
void DeleteCharmInfo();
void UpdateCharmAI();
+ Player * GetMoverSource() const;
SharedVisionList const& GetSharedVisionList() { return m_sharedVision; }
void AddPlayerToVision(Player* plr);
void RemovePlayerFromVision(Player* plr);