Core/Spells: Fix custom load screen for SPELL_EFFECT_TELEPORT_UNITS

Port From (https://github.com/TrinityCore/TrinityCore/commit/29202810705804c1c5ac126195ab7bd60f56849f)
This commit is contained in:
Hondacrx
2024-11-17 14:07:41 -05:00
parent f2e8784960
commit d46636fc3a
4 changed files with 18 additions and 8 deletions
@@ -85,6 +85,7 @@ namespace Game.Entities
float m_lastFallZ;
TeleportLocation teleportDest;
TeleportToOptions m_teleport_options;
uint m_teleportSpellId;
int m_newWorldCounter;
bool mSemaphoreTeleport_Near;
bool mSemaphoreTeleport_Far;