Skip to content

Commit 54c2114

Browse files
ZingusWoWPewtro
authored andcommitted
[Hunter] Flamefang Pitch Tip fix
- also fix talent parsing
1 parent c0bb8d9 commit 54c2114

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

engine/class_modules/sc_hunter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)