Skip to content

Commit d115d17

Browse files
committed
Add new items added with ZABOL pack
Add new items added with ZABOL pack
1 parent fb60c6b commit d115d17

File tree

8 files changed

+2608
-1834
lines changed

8 files changed

+2608
-1834
lines changed

db/items/quests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const quests = {
77
gear_l006: "Stolen Roman Gauntlets",
88
gear_l005: "Stolen Roman Gauntlets",
99
gear_l004: "Stolen Roman Gauntlets",
10-
gear_bldg_L004: "Blessing of the Simurgh"
10+
gear_bldg_L004: "Blessing of the Simurgh",
1111
}

db/items/source.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const rhakotis = [
4343
"bow1h_bom",
4444
"armorclth_rot",
4545
"sword1h_sck",
46-
"ballista2h_ssa"
46+
"ballista2h_ssa",
4747
]
4848

4949
const rome = [
@@ -56,7 +56,7 @@ const rome = [
5656
"shield1h_soa",
5757
"staff2h_soth",
5858
"armorclth_tor",
59-
"gear_trh"
59+
"gear_trh",
6060
]
6161

6262
const questRewards = [
@@ -67,7 +67,7 @@ const questRewards = [
6767
"gear_l004",
6868
"gear_l005",
6969
"gear_l006",
70-
"gear_bldg_L004"
70+
"gear_bldg_L004",
7171
]
7272

7373
const eventHalloween2018 = [
@@ -77,12 +77,12 @@ const eventHalloween2018 = [
7777
const eventHalloween2019 = [
7878
"spear1h_halloween2019",
7979
"spear2h_halloween2019",
80-
"gear_vill_halloween2019"
80+
"gear_vill_halloween2019",
8181
]
8282

8383
const eventHalloween2020 = [
8484
"gear_prst_halloween2020",
85-
"axe2h_halloween2020"
85+
"axe2h_halloween2020",
8686
]
8787

8888
const eventWinter = [
@@ -91,7 +91,7 @@ const eventWinter = [
9191
"staff2h_iceking_leg",
9292
"sling2h_iceking_leg",
9393
"gear_iceking_leg",
94-
"armorlgt_iceking_leg"
94+
"armorlgt_iceking_leg",
9595
]
9696

9797
const eventSummer2019 = [
@@ -100,7 +100,7 @@ const eventSummer2019 = [
100100
"se2019_shield1h",
101101
"se2019_gear_prst",
102102
"se2019_spear1h",
103-
"se2019_scepter2h"
103+
"se2019_scepter2h",
104104
]
105105

106106
const persianStartingGear = [

0 commit comments

Comments
 (0)