Skip to content

Commit 1c66d29

Browse files
committed
[Hunter] Update Dark Hounds AP coef
1 parent 4537c3e commit 1c66d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/class_modules/sc_hunter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@ struct dark_hound_t final : public hunter_pet_t
17971797
: hunter_pet_t( owner, n, PET_HUNTER, true /* GUARDIAN */, true /* dynamic */ )
17981798
{
17991799
resource_regeneration = regen_type::DISABLED;
1800-
owner_coeff.ap_from_ap = 3;
1800+
owner_coeff.ap_from_ap = owner->specialization() == HUNTER_BEAST_MASTERY ? 5 : 6.05;
18011801
}
18021802

18031803
void summon( timespan_t duration = 0_ms ) override

0 commit comments

Comments
 (0)