diff options
| author | Spp- <u84280@epreinf21.(none)> | 2011-08-01 14:57:30 +0200 |
|---|---|---|
| committer | Spp- <u84280@epreinf21.(none)> | 2011-08-01 14:57:30 +0200 |
| commit | c69b149d7e23a302b08895107d30384f9631fed0 (patch) | |
| tree | 6387946cea607cedbde4e618a15e1bc1a917c2ff /src/server/game/Spells/SpellScript.h | |
| parent | 079f292b15eea7d5bb679d098c4675797ba14e5f (diff) | |
Core: Typo fix introduced in previous commit (:S)
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 3b44bf92667..1f181ca8900 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) - unit64 const GetCasterGUID() const; + uint64 const 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 |
