Skip to content

Commit

Permalink
[monk] Swap parameter order.
Browse files Browse the repository at this point in the history
  • Loading branch information
renanthera committed Feb 4, 2025
1 parent 07340bf commit 98e9686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/class_modules/monk/sc_monk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7764,7 +7764,7 @@ void monk_t::create_buffs()
buff.storm_earth_and_fire =
make_buff_fallback( talent.windwalker.storm_earth_and_fire->ok(), this, "storm_earth_and_fire",
talent.windwalker.storm_earth_and_fire )
->set_stack_change_callback( [ & ]( buff_t *, int new_, int old_ ) {
->set_stack_change_callback( [ & ]( buff_t *b, int old_, int new_ ) {
if ( is_ptr() )
{
if ( new_ )
Expand Down

0 comments on commit 98e9686

Please sign in to comment.