From c69b149d7e23a302b08895107d30384f9631fed0 Mon Sep 17 00:00:00 2001 From: Spp- Date: Mon, 1 Aug 2011 14:57:30 +0200 Subject: Core: Typo fix introduced in previous commit (:S) --- src/server/game/Spells/SpellScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/game/Spells/SpellScript.h') 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 -- cgit v1.2.3