Skip to content

Commit 8cde8dd

Browse files
committed
[Gear] Make sure this never picks a RWQ
1 parent dad8cf1 commit 8cde8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/player/unique_gear_thewarwithin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8778,7 +8778,7 @@ struct roaring_warqueen_citrine_t : public spell_t
87788778
}
87798779
}
87808780

8781-
if ( citrine == CITRINE_DRIVER_NONE )
8781+
if ( citrine == CITRINE_DRIVER_NONE || citrine == ROARING_WARQUEENS_CITRINE )
87828782
return;
87838783

87848784
if ( auto proc_buff = find_citrine_proc_buff( t, citrine ) )

0 commit comments

Comments
 (0)