aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.cpp
diff options
context:
space:
mode:
authorSpp- <u84280@epreinf21.(none)>2011-08-01 14:57:30 +0200
committerSpp- <u84280@epreinf21.(none)>2011-08-01 14:57:30 +0200
commitc69b149d7e23a302b08895107d30384f9631fed0 (patch)
tree6387946cea607cedbde4e618a15e1bc1a917c2ff /src/server/game/Spells/SpellScript.cpp
parent079f292b15eea7d5bb679d098c4675797ba14e5f (diff)
Core: Typo fix introduced in previous commit (:S)
Diffstat (limited to 'src/server/game/Spells/SpellScript.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.cpp b/src/server/game/Spells/SpellScript.cpp
index 689ab3bf8be..9c41d7155d2 100755
--- a/src/server/game/Spells/SpellScript.cpp
+++ b/src/server/game/Spells/SpellScript.cpp
@@ -713,7 +713,7 @@ uint32 AuraScript::GetId() const
return m_aura->GetId();
}
-unit64 const AuraScript::GetCasterGUID() const
+uint64 const AuraScript::GetCasterGUID() const
{
return m_aura->GetCasterGUID();
}