Skip to content

Commit 5b0d9d3

Browse files
committed
Regen file ref map
1 parent 9ba1680 commit 5b0d9d3

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/file_ref_map.dat‎

92 Bytes
Binary file not shown.

‎src/file_ref_map.json‎

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎tools/FileRefExtractor/FileRefGenerator.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public static function generate(int|string $layer, string $inputSchema, string $
431431
);
432432

433433
// Ignore these for now
434-
foreach (['payments.ResaleStarGifts', 'payments.StarGiftUpgradePreview', 'StarGift', 'StarGiftCollection', 'payments.StarGiftCollections'] as $type) {
434+
foreach (['payments.ResaleStarGifts', 'payments.StarGiftUpgradePreview', 'StarGift', 'StarGiftCollection', 'payments.StarGiftCollections', 'payments.StarGiftUpgradeAttributes'] as $type) {
435435
foreach ($TL->getConstructorsOfType($type) as $constructor => $_) {
436436
if ($constructor === 'payments.starGiftCollectionsNotModified') {
437437
continue;

0 commit comments

Comments
 (0)