forked from metin2/web
Added website Docker image, bumped PHP version, added mall authentication, added experimental patcher support, improved migrations, added teasers
This commit is contained in:
50
database/data/mall_categories.json
Normal file
50
database/data/mall_categories.json
Normal file
@ -0,0 +1,50 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"name": "New Items"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"name": "Modification&New Start"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"name": "Contact & Trade"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"name": "Regeneration&Strength"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"name": "Fight and Aptitude"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"name": "Wedding and Marriage"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"name": "Refinement"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"name": "Special Items"
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"name": "Hairstyles"
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
"name": "Hairstyles of Attack"
|
||||
},
|
||||
{
|
||||
"id": 11,
|
||||
"name": "Economy Packages"
|
||||
},
|
||||
{
|
||||
"id": 12,
|
||||
"name": "Dragon Mark Items"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user