@@ -79,6 +79,7 @@ enum InventoryType : uint8;
7979enum ItemClass : uint8;
8080enum LootError : uint8;
8181enum LootType : uint8;
82+ enum TransferAbortReason : uint8;
8283
8384namespace WorldPackets
8485{
@@ -623,26 +624,6 @@ struct ItemPosCount
623624};
624625typedef std::vector<ItemPosCount> ItemPosCountVec;
625626
626- enum TransferAbortReason
627- {
628- TRANSFER_ABORT_NONE = 0x00 ,
629- TRANSFER_ABORT_ERROR = 0x01 ,
630- TRANSFER_ABORT_MAX_PLAYERS = 0x02 , // Transfer Aborted: instance is full
631- TRANSFER_ABORT_NOT_FOUND = 0x03 , // Transfer Aborted: instance not found
632- TRANSFER_ABORT_TOO_MANY_INSTANCES = 0x04 , // You have entered too many instances recently.
633- TRANSFER_ABORT_ZONE_IN_COMBAT = 0x06 , // Unable to zone in while an encounter is in progress.
634- TRANSFER_ABORT_INSUF_EXPAN_LVL = 0x07 , // You must have <TBC, WotLK> expansion installed to access this area.
635- TRANSFER_ABORT_DIFFICULTY = 0x08 , // <Normal, Heroic, Epic> difficulty mode is not available for %s.
636- TRANSFER_ABORT_UNIQUE_MESSAGE = 0x09 , // Until you've escaped TLK's grasp, you cannot leave this place!
637- TRANSFER_ABORT_TOO_MANY_REALM_INSTANCES = 0x0A , // Additional instances cannot be launched, please try again later.
638- TRANSFER_ABORT_NEED_GROUP = 0x0B , // 3.1
639- TRANSFER_ABORT_NOT_FOUND1 = 0x0C , // 3.1
640- TRANSFER_ABORT_NOT_FOUND2 = 0x0D , // 3.1
641- TRANSFER_ABORT_NOT_FOUND3 = 0x0E , // 3.2
642- TRANSFER_ABORT_REALM_ONLY = 0x0F , // All players on party must be from the same realm.
643- TRANSFER_ABORT_MAP_NOT_ALLOWED = 0x10 // Map can't be entered at this time.
644- };
645-
646627enum InstanceResetWarningType
647628{
648629 RAID_INSTANCE_WARNING_HOURS = 1 , // WARNING! %s is scheduled to reset in %d hour(s).
0 commit comments