albibong 1.1.2__py3-none-any.whl → 1.1.4__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.
@@ -593,3 +593,11 @@ class EventCode(Enum):
593
593
  JOURNAL_ACHIEVEMENT_PROGRESS_UPDATE = 588
594
594
  JOURNAL_CLAIMABLE_REWARD_UPDATE = 589
595
595
  KEY_SYNC = 590
596
+ LOCAL_QUEST_AREA_GONE = 591
597
+ DYNAMIC_TEMPLATE = 592
598
+ DYNAMIC_TEMPLATE_FORCED_STATE_CHANGE = 593
599
+ NEW_OUTLANDS_TELEPORTATION_PORTAL = 594
600
+ NEW_OUTLANDS_TELEPORTATION_RETURN_PORTAL = 595
601
+ OUTLANDS_TELEPORTATION_BINDING_CLEARED = 596
602
+ OUTLANDS_TELEPORTATION_RETURN_PORTAL_UPDATE_EVENT = 597
603
+ PLAYER_USED_OUTLANDS_TELEPORTATION_PORTAL = 598