From 33a0155281ca0ffb01cf47cddd690249c134ad89 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 1 Sep 2009 00:17:39 -0500 Subject: *Allow pet to have combo points. --HG-- branch : trunk --- src/game/Unit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game/Unit.h') 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); -- cgit v1.2.3