Skip to content

Commit 522273b

Browse files
[Monk] Fix Walk with the Ox AoE Stomp (simulationcraft#10552)
1 parent 8b55ca0 commit 522273b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

engine/class_modules/monk/sc_monk.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3001,6 +3001,7 @@ struct stomp_t : monk_melee_attack_t
30013001
stomp_t( monk_t *player ) : monk_melee_attack_t( player, "stomp", player->talent.brewmaster.walk_with_the_ox_stomp )
30023002
{
30033003
background = true;
3004+
aoe = -1;
30043005
}
30053006
};
30063007

0 commit comments

Comments
 (0)