aboutsummaryrefslogtreecommitdiff
path: root/src/game/TemporarySummon.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-05-03 16:55:09 +0200
committerQAston <none@none>2009-05-03 16:55:09 +0200
commitf9b13b45e09e06ce2400c5e93a97ac2459d7159c (patch)
tree023080c95306487d6acbc92f2d036e38bbe5b42c /src/game/TemporarySummon.h
parentb5b5eeb81501e64f3fec867b527306580509a32d (diff)
*Fix grounding totem.
*Fix runic power regeneration of butchery *Fix some problems with master of subtlety buff expire. *Do not allow arcane intellect and brillance to stack. --HG-- branch : trunk
Diffstat (limited to 'src/game/TemporarySummon.h')
-rw-r--r--src/game/TemporarySummon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/TemporarySummon.h b/src/game/TemporarySummon.h
index 16980b30a8d..8db384d2eba 100644
--- a/src/game/TemporarySummon.h
+++ b/src/game/TemporarySummon.h
@@ -35,6 +35,7 @@ class TempSummon : public Creature
void SetTempSummonType(TempSummonType type);
void SaveToDB();
Unit* GetSummoner() const;
+ uint64 const& GetSummonerGUID() { return m_summonerGUID; }
SummonPropertiesEntry const *m_Properties;