File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7245,6 +7245,7 @@ struct flamefang_pitch_t : public hunter_spell_t
72457245 {
72467246 background = dual = ground_aoe = true ;
72477247 aoe = -1 ;
7248+ decrements_tip_of_the_spear = false ;
72487249 }
72497250 };
72507251
@@ -8934,8 +8935,7 @@ void hunter_t::init_spells()
89348935 talents.takedown_pet = talents.takedown .ok () ? find_spell ( 1253862 ) : spell_data_t::not_found ();
89358936 talents.killer_companion = find_talent_spell ( talent_tree::SPECIALIZATION, " Killer Companion" , HUNTER_SURVIVAL );
89368937
8937- talents.flamefang_pitch = find_spell ( 1251592 ); /* 2026-01-18: find_talent_spell() is returning nothing for "Flamefang Pitch".
8938- TODO reconfirm before launch */
8938+ talents.flamefang_pitch = find_talent_spell ( talent_tree::SPECIALIZATION, 1251592 , HUNTER_SURVIVAL );
89398939 talents.flamefang_pitch_data = talents.flamefang_pitch .ok () ? find_spell ( 1251610 ) : spell_data_t::not_found ();
89408940 talents.flamefang_pitch_dmg = talents.flamefang_pitch .ok () ? find_spell ( 1251595 ) : spell_data_t::not_found ();
89418941 talents.flamefang_pitch_aoe = talents.flamefang_pitch .ok () ? find_spell ( 1251614 ) : spell_data_t::not_found ();
You can’t perform that action at this time.
0 commit comments