aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2011-08-03 11:23:08 +0200
committerSpp <spp@jorge.gr>2011-08-03 11:23:08 +0200
commite7327e7e94234467eef2826851f1f5bb46b44b48 (patch)
tree94c445afe4a2cd72b14a986937738f44779de22b /src/server/game/Spells/SpellScript.h
parent8572d5d0e9f34a85a6404769bbb6d26e2c0f7b58 (diff)
Core: Fix compile without PCH and fix some warnings
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h
index 1f181ca8900..bbb68305983 100755
--- a/src/server/game/Spells/SpellScript.h
+++ b/src/server/game/Spells/SpellScript.h
@@ -585,7 +585,7 @@ class AuraScript : public _SpellScript
uint32 GetId() const;
// returns guid of object which casted the aura (m_originalCaster of the Spell class)
- uint64 const GetCasterGUID() const;
+ uint64 GetCasterGUID() const;
// returns unit which casted the aura or NULL if not avalible (caster logged out for example)
Unit* GetCaster() const;
// returns object on which aura was casted, target for non-area auras, area aura source for area auras