Core: Fix compile without PCH and fix some warnings

This commit is contained in:
Spp
2011-08-03 11:23:08 +02:00
parent 8572d5d0e9
commit e7327e7e94
30 changed files with 51 additions and 43 deletions

View File

@@ -713,7 +713,7 @@ uint32 AuraScript::GetId() const
return m_aura->GetId();
}
uint64 const AuraScript::GetCasterGUID() const
uint64 AuraScript::GetCasterGUID() const
{
return m_aura->GetCasterGUID();
}