Skip to content

Commit

Permalink
Scripts/Forge of Souls: Fixed achievement_bronjahm_soul_power script …
Browse files Browse the repository at this point in the history
…registration
  • Loading branch information
Shauren committed Jul 19, 2023
1 parent 04aab7b commit f9033a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,5 +344,5 @@ void AddSC_boss_bronjahm()
RegisterSpellScriptWithArgs(spell_bronjahm_soulstorm_visual, "spell_bronjahm_soulstorm_channel");
RegisterSpellScriptWithArgs(spell_bronjahm_soulstorm_visual, "spell_bronjahm_soulstorm_visual");
RegisterSpellScript(spell_bronjahm_soulstorm_targeting);
RegisterSpellScript(achievement_bronjahm_soul_power);
new achievement_bronjahm_soul_power();
}

0 comments on commit f9033a5

Please sign in to comment.