fix: weapons having Songs array
This commit is contained in:
parent
fdc1faa8cb
commit
25f0a874f7
@ -161,14 +161,14 @@ const ItemConfigSchema = new Schema<IItemConfig>(
|
||||
facial: colorSchema,
|
||||
syancol: colorSchema,
|
||||
Upgrades: [String],
|
||||
Songs: [
|
||||
Songs: { type: [
|
||||
{
|
||||
m: String,
|
||||
b: String,
|
||||
p: String,
|
||||
s: String
|
||||
}
|
||||
],
|
||||
], default: undefined },
|
||||
Name: String,
|
||||
AbilityOverride: abilityOverrideSchema,
|
||||
PvpUpgrades: [String],
|
||||
|
Loading…
x
Reference in New Issue
Block a user