Fix summon order
This commit is contained in:
parent
1b999716fa
commit
0d51bd3f65
1 changed files with 5 additions and 5 deletions
|
|
@ -13,12 +13,12 @@ const ContentUpdate2024 = () => {
|
||||||
event="events.content"
|
event="events.content"
|
||||||
transcendedItems={{
|
transcendedItems={{
|
||||||
summon: [
|
summon: [
|
||||||
'2040090000',
|
|
||||||
'2040098000',
|
|
||||||
'2040100000',
|
|
||||||
'2040084000',
|
|
||||||
'2040080000',
|
|
||||||
'2040094000',
|
'2040094000',
|
||||||
|
'2040100000',
|
||||||
|
'2040098000',
|
||||||
|
'2040084000',
|
||||||
|
'2040090000',
|
||||||
|
'2040080000',
|
||||||
],
|
],
|
||||||
}}
|
}}
|
||||||
uncappedItems={{
|
uncappedItems={{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue