WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 62546e9

Browse files
[Paladin] Dawnlight buff back to spell data
1 parent c847094 commit 62546e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

engine/class_modules/paladin/sc_paladin.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3680,11 +3680,7 @@ void paladin_t::create_buffs()
36803680
buffs.herald_of_the_sun.solar_grace = make_buff( this, "solar_grace", find_spell( 439841 ) )
36813681
-> add_invalidate( CACHE_HASTE )
36823682
-> set_stack_behavior( buff_stack_behavior::ASYNCHRONOUS );
3683-
// ToDo Fluttershy: Get this from spell data again, once it reappears
3684-
buffs.herald_of_the_sun.dawnlight = make_buff( this, "dawnlight", find_spell( 431522 ) )
3685-
->set_chance( 1.0 )
3686-
->set_max_stack( 6 )
3687-
->set_duration( timespan_t::from_seconds( 30 ) );
3683+
buffs.herald_of_the_sun.dawnlight = make_buff( this, "dawnlight", find_spell( 431522 ) );
36883684
buffs.vanguard = make_buff( this, "vanguard", find_spell( 1268810 ) );
36893685
buffs.valor = make_buff( this, "valor", find_spell( 1269179 ) );
36903686
buffs.light_blessed_shield =

0 commit comments

Comments
 (0)