overpy 9.5.13 → 9.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/overpy.js +1 -3
- package/package.json +1 -1
package/overpy.js
CHANGED
|
@@ -20415,7 +20415,6 @@ var customGameSettingsSchema = (
|
|
|
20415
20415
|
"mercy",
|
|
20416
20416
|
"moira",
|
|
20417
20417
|
"roadhog",
|
|
20418
|
-
"sojourn",
|
|
20419
20418
|
"symmetra",
|
|
20420
20419
|
"torbjorn",
|
|
20421
20420
|
"winston",
|
|
@@ -41780,7 +41779,7 @@ var heroKw = (
|
|
|
41780
41779
|
"junkerQueen": {
|
|
41781
41780
|
"secondaryFire": {
|
|
41782
41781
|
"guid": "00000000D3A4",
|
|
41783
|
-
"en-US": "Jagged Blade",
|
|
41782
|
+
"en-US": "Jagged Blade Gracie",
|
|
41784
41783
|
"de-DE": "Gezackte Klinge",
|
|
41785
41784
|
"es-ES": "Cuchilla dentada",
|
|
41786
41785
|
"es-MX": "Hoja dentada",
|
|
@@ -43030,7 +43029,6 @@ var heroKw = (
|
|
|
43030
43029
|
},
|
|
43031
43030
|
"sojourn": {
|
|
43032
43031
|
"secondaryFire": {
|
|
43033
|
-
"guid": "00000000796B",
|
|
43034
43032
|
"en-US": "Charged Shot"
|
|
43035
43033
|
},
|
|
43036
43034
|
"ability1": {
|
package/package.json
CHANGED