albibong 1.1.4__py3-none-any.whl → 1.1.6__py3-none-any.whl

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.
@@ -502,3 +502,14 @@ class OperationCode(Enum):
502
502
  CLAIM_ALBION_JOURNAL_REWARD = 497
503
503
  TRACK_ALBION_JOURNAL_ACHIEVEMENTS = 498
504
504
  REQUEST_OUTLANDS_TELEPORTATION_USAGE = 499
505
+ PICKUP_FROM_PILED_OBJECT_START = 500
506
+ PICKUP_FROM_PILED_OBJECT_CANCEL = 501
507
+ ASSET_OVERVIEW = 502
508
+ ASSET_OVERVIEW_TABS = 503
509
+ ASSET_OVERVIEW_TAB_CONTENT = 504
510
+ ASSET_OVERVIEW_UNFREEZE_CACHE = 505
511
+ ASSET_OVERVIEW_SEARCH = 506
512
+ ASSET_OVERVIEW_SEARCH_TABS = 507
513
+ ASSET_OVERVIEW_SEARCH_TAB_CONTENT = 508
514
+ ASSET_OVERVIEW_RECOVER_PLAYER_VAULT = 509
515
+ IMMORTALIZE_KILL_TROPHY = 51