diff options
| author | Carbenium <carbenium@outlook.com> | 2020-06-24 17:57:17 +0200 |
|---|---|---|
| committer | Carbenium <carbenium@outlook.com> | 2020-07-16 21:47:27 +0200 |
| commit | f27b7ba2855f1d3a707dc0bdd15ca38546a4c321 (patch) | |
| tree | 0e3781e6c2f1afebd31cc9d85ce77ff77c1d5d8f /src | |
| parent | bb7061407fcd278ab6f669867381c514e8ccfcce (diff) | |
Core/Player: Reserve TELE_TO_TRANSPORT_TELEPORT used in 3.3.5
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Entities/Player/Player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/game/Entities/Player/Player.h b/src/server/game/Entities/Player/Player.h index 10b6b3dd7e7..fe557421cfc 100644 --- a/src/server/game/Entities/Player/Player.h +++ b/src/server/game/Entities/Player/Player.h @@ -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 |
