File tree 2 files changed +2
-2
lines changed
scripts/northrend/ulduar/ulduar
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ struct boss_hodirAI : public ScriptedAI
188
188
}
189
189
190
190
m_uiEpilogueTimer = 10000 ;
191
+ m_creature->CastSpell (m_creature, SPELL_HODIR_CREDIT, true );
191
192
m_creature->SetFactionTemporary (FACTION_ID_FRIENDLY, TEMPFACTION_NONE);
192
193
m_bEventFinished = true ;
193
194
EnterEvadeMode ();
@@ -226,7 +227,6 @@ struct boss_hodirAI : public ScriptedAI
226
227
m_pInstance->SetData (TYPE_HODIR, DONE);
227
228
228
229
DoScriptText (SAY_EPILOGUE, m_creature);
229
- m_creature->CastSpell (m_creature, SPELL_HODIR_CREDIT, true );
230
230
m_uiEpilogueTimer = 10000 ;
231
231
break ;
232
232
case 1 :
Original file line number Diff line number Diff line change 1
1
#ifndef __SD2_REVISION_NR_H__
2
2
#define __SD2_REVISION_NR_H__
3
- #define SD2_REVISION_NR "3140 "
3
+ #define SD2_REVISION_NR "3141 "
4
4
#endif // __SD2_REVISION_NR_H__
You can’t perform that action at this time.
0 commit comments