diff options
author | Spp <spp@jorge.gr> | 2011-08-03 11:23:08 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2011-08-03 11:23:08 +0200 |
commit | e7327e7e94234467eef2826851f1f5bb46b44b48 (patch) | |
tree | 94c445afe4a2cd72b14a986937738f44779de22b /src/server/game/Spells/SpellScript.h | |
parent | 8572d5d0e9f34a85a6404769bbb6d26e2c0f7b58 (diff) |
Core: Fix compile without PCH and fix some warnings
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rwxr-xr-x | 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 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 |