*Fix compile sorry.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-04-11 17:12:51 +02:00
parent 8907565eb5
commit d0a7dc9ca6

View File

@@ -65,7 +65,7 @@ EndScriptData */
#define SPELL_SPELLSHIELD 33054
#define SPELL_BLAST_WAVE 33061
bool AllBossDied(ScriptedInstance* pInstance, Creature* m_creature)
bool CheckAllBossDied(ScriptedInstance* pInstance, Creature* m_creature)
{
if(!pInstance || !m_creature)
return false;