mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-04 08:07:09 +01:00
Core/Player: Reserve TELE_TO_TRANSPORT_TELEPORT used in 3.3.5
This commit is contained in:
@@ -724,7 +724,8 @@ enum TeleportToOptions
|
||||
TELE_TO_NOT_LEAVE_COMBAT = 0x04,
|
||||
TELE_TO_NOT_UNSUMMON_PET = 0x08,
|
||||
TELE_TO_SPELL = 0x10,
|
||||
TELE_TO_SEAMLESS = 0x20
|
||||
TELE_TO_TRANSPORT_TELEPORT = 0x20, // 3.3.5 only
|
||||
TELE_TO_SEAMLESS = 0x40
|
||||
};
|
||||
|
||||
/// Type of environmental damages
|
||||
|
||||
Reference in New Issue
Block a user