Skip to content

Commit fb60c6b

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

File tree

7 files changed

+22537
-852
lines changed

7 files changed

+22537
-852
lines changed

db/items/quests.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export const quests = {
66
bow1h_ffb: "The Forgotten Bow",
77
gear_l006: "Stolen Roman Gauntlets",
88
gear_l005: "Stolen Roman Gauntlets",
9-
gear_l004: "Stolen Roman Gauntlets"
9+
gear_l004: "Stolen Roman Gauntlets",
10+
gear_bldg_L004: "Blessing of the Simurgh"
1011
}

db/items/source.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ const questRewards = [
6666
"bow1h_ffb",
6767
"gear_l004",
6868
"gear_l005",
69-
"gear_l006"
69+
"gear_l006",
70+
"gear_bldg_L004"
7071
]
7172

7273
const eventHalloween2018 = [

0 commit comments

Comments
 (0)