Skip to content

Commit bde9d12

Browse files
committed
[Gear] Quel'Dorei medley gives highest secondary, not primary
1 parent bc26f6c commit bde9d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/player/unique_gear_midnight.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@ void register_special_effects()
35743574
unique_gear::register_special_effect( 1232489, consumables::selector_food( 1219185, true ) ); // twilight angler's medley
35753575
unique_gear::register_special_effect( 1259656, consumables::selector_food( 1232324, true ) ); // blooming feast
35763576
unique_gear::register_special_effect( 1232919, consumables::selector_food( 1233408, true ) ); // flora frenzy / champion's bento
3577-
unique_gear::register_special_effect( 1259657, consumables::primary_food( 1232325, STAT_STR_AGI_INT, 2 ) ); // quel'dorei medley
3577+
unique_gear::register_special_effect( 1259657, consumables::selector_food( 1232325, true ) ); // quel'dorei medley
35783578
unique_gear::register_special_effect( 1259658, consumables::primary_food( 1232582, STAT_STR_AGI_INT, 2 ) ); // rootland celebration
35793579
unique_gear::register_special_effect( 1259659, consumables::primary_food( 1232585, STAT_STR_AGI_INT, 2 ) ); // silvermoon parade
35803580
unique_gear::register_special_effect( 1232917, consumables::primary_food( 1232584, STAT_STR_AGI_INT, 2 ) ); // [impossibly] royal roast

0 commit comments

Comments
 (0)