2023/12 Legfest (#396)
* Dracosius (Payila) * Pillardriver (Uriel) * Buddysaurus Rex (Tyra) * Triple Zero * Tuna and Salmun * Mother's Mad Spine * T. Axe
This commit is contained in:
parent
e93343018f
commit
06c7192f25
1 changed files with 12 additions and 1 deletions
|
|
@ -78,13 +78,24 @@ const UpdatesPage = () => {
|
||||||
return (
|
return (
|
||||||
<div className={classes}>
|
<div className={classes}>
|
||||||
<h1>{common('about.segmented_control.updates')}</h1>
|
<h1>{common('about.segmented_control.updates')}</h1>
|
||||||
|
<ContentUpdate
|
||||||
|
version="2023-12L"
|
||||||
|
dateString="2023/12/31"
|
||||||
|
event="events.legfest"
|
||||||
|
newItems={{
|
||||||
|
weapon: ['1040119000', '1040618200', '1040317000'],
|
||||||
|
character: ['3040502000', '3040501000', '3040503000'],
|
||||||
|
summon: ['2040425000'],
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
version="2023-12F2"
|
version="2023-12F2"
|
||||||
dateString="2023/12/28"
|
dateString="2023/12/28"
|
||||||
event="events.flash"
|
event="events.flash"
|
||||||
newItems={{
|
newItems={{
|
||||||
weapon: ['1040218900', '1040618100'],
|
weapon: ['1040218900', '1040618100', '1040025500', '1030305900'],
|
||||||
character: ['3040499000', '3040500000'],
|
character: ['3040499000', '3040500000'],
|
||||||
|
summon: ['2040427000'],
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<ContentUpdate
|
<ContentUpdate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue