Core/Spells: added missing object return for spell_rog_murderous_intent

This commit is contained in:
Ovahlord
2020-02-04 19:50:05 +01:00
parent a30baa9acd
commit 5501cafca2

View File

@@ -1438,6 +1438,7 @@ void AddSC_rogue_spell_scripts()
new spell_rog_killing_spree();
RegisterAuraScript(spell_rog_main_gauche);
new spell_rog_master_of_subtlety();
RegisterAuraScript(spell_rog_murderous_intent);
new spell_rog_nerves_of_steel();
new spell_rog_overkill();
new spell_rog_preparation();