mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 11:21:58 +01:00
*Fix compile sorry.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user