Scripts/Ulduar: Algalon the Observer

This commit is contained in:
Shauren
2012-04-19 23:19:27 +02:00
parent 9231f04d0f
commit 3c2dd7c5ed
13 changed files with 1981 additions and 483 deletions

View File

@@ -403,7 +403,7 @@ GameObject* SpellScript::GetHitGObj()
return m_spell->gameObjTarget;
}
WorldLocation const* SpellScript::GetHitDest()
WorldLocation* SpellScript::GetHitDest()
{
if (!IsInEffectHook())
{