diff options
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rw-r--r-- | src/server/game/Spells/SpellScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h index e672657d4d2..abe0608b45a 100644 --- a/src/server/game/Spells/SpellScript.h +++ b/src/server/game/Spells/SpellScript.h @@ -937,7 +937,7 @@ public: // returns: WorldLocation which was selected as a spell destination or NULL WorldLocation const* GetExplTargetDest() const; - void SetExplTargetDest(WorldLocation& loc); + void SetExplTargetDest(WorldLocation const& loc); // returns: WorldObject which was selected as an explicit spell target or NULL if there's no target WorldObject* GetExplTargetWorldObject() const; |