Skip to content

Commit 22855d4

Browse files
committed
Adds F216 wormhole to C4,C5 & C6 signature lists
1 parent c3afe9c commit 22855d4

13 files changed

+14
-11
lines changed

js/app/conf/signature_type.js

+6-3
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@
410410
6: 'U574 - C6',
411411
7: 'S047 - H',
412412
8: 'N290 - L',
413-
9: 'K329 - 0.0'
413+
9: 'K329 - 0.0',
414+
10: 'F216 - T Pochven'
414415
};
415416

416417
let c5WH = {
@@ -422,7 +423,8 @@
422423
6: 'V753 - C6',
423424
7: 'D792 - H',
424425
8: 'C140 - L',
425-
9: 'Z142 - 0.0'
426+
9: 'Z142 - 0.0',
427+
10: 'F216 - T Pochven'
426428
};
427429

428430
let c6WH = {
@@ -437,7 +439,8 @@
437439
9: 'C140 - L',
438440
10: 'C391 - L',
439441
11: 'C248 - 0.0',
440-
12: 'Z142 - 0.0'
442+
12: 'Z142 - 0.0',
443+
13: 'F216 - T Pochven'
441444
};
442445

443446
// Shattered WH (some of them are static)

public/js/v2.1.1/app/admin.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/admin.js.br

-62 Bytes
Binary file not shown.

public/js/v2.1.1/app/admin.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/login.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/login.js.br

-119 Bytes
Binary file not shown.

public/js/v2.1.1/app/login.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/mappage.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/mappage.js.br

-89 Bytes
Binary file not shown.

public/js/v2.1.1/app/mappage.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/setup.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/v2.1.1/app/setup.js.br

25 Bytes
Binary file not shown.

public/js/v2.1.1/app/setup.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)