Skip to content

Commit

Permalink
fix preset (#3772)
Browse files Browse the repository at this point in the history
  • Loading branch information
lime-green committed Sep 28, 2023
1 parent 96f09dd commit 344ee8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/mage/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,10 @@ export const FIRE_P4_PRESET_HORDE = {
gear: EquipmentSpec.fromJsonString(`{"items": [
{"id":51281,"enchant":3820,"gems":[41285,40133]},
{"id":50724,"gems":[40133]},
{"id":51284,"enchant":3810,"gems":[40153]},
{"id":50628,"enchant":3722,"gems":[40153]},
{"id":51283,"enchant":3832,"gems":[40113,40133]},
{"id":50651,"enchant":2332,"gems":[40153,0]},
{"id":51284,"enchant":3810,"gems":[40152]},
{"id":50628,"enchant":3722,"gems":[40152]},
{"id":50629,"enchant":3832,"gems":[40113,40133,40152]},
{"id":50651,"enchant":2332,"gems":[40152,0]},
{"id":51280,"enchant":3604,"gems":[40133,0]},
{"id":50613,"enchant":3601,"gems":[40133,40113,40113]},
{"id":51282,"enchant":3872,"gems":[40133,40152]},
Expand All @@ -726,7 +726,7 @@ export const FIRE_P4_PRESET_HORDE = {
{"id":50348},
{"id":50732,"enchant":3834,"gems":[40113]},
{"id":50719},
{"id":50684,"gems":[40153]}
{"id":50684,"gems":[40152]}
]}`),
};

Expand Down

0 comments on commit 344ee8c

Please sign in to comment.