aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-09-01 00:17:39 -0500
committermegamage <none@none>2009-09-01 00:17:39 -0500
commit33a0155281ca0ffb01cf47cddd690249c134ad89 (patch)
treebb016d3c03b5aa07a5e212e7e6590685559dc1c6 /src/game/Unit.h
parent83ea85f9e46bbda023fb5d540c08faa10fc980ed (diff)
*Allow pet to have combo points.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Unit.h b/src/game/Unit.h
index 608dffcccd9..914129bda07 100644
--- a/src/game/Unit.h
+++ b/src/game/Unit.h
@@ -1458,7 +1458,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject
CharmInfo* InitCharmInfo();
void DeleteCharmInfo();
void UpdateCharmAI();
- Player * GetMoverSource() const;
+ //Player * GetMoverSource() const;
+ Player *m_movedPlayer;
SharedVisionList const& GetSharedVisionList() { return m_sharedVision; }
void AddPlayerToVision(Player* plr);
void RemovePlayerFromVision(Player* plr);