diff options
author | ModoX <moardox@gmail.com> | 2022-01-17 17:01:12 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-01-17 17:02:44 +0100 |
commit | d342be8c79a126ef01db9423484449d3ba7d97c7 (patch) | |
tree | d911de8a849c21f299aa915fbe79eb3a54b790e3 /src/server/game/Spells/SpellDefines.h | |
parent | 3346366b0ebc8feb10c6a113d884b095f558998d (diff) |
Core/Spells: Using hearthstone will teleport caster to map again
Closes #27623
Diffstat (limited to 'src/server/game/Spells/SpellDefines.h')
-rw-r--r-- | src/server/game/Spells/SpellDefines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellDefines.h b/src/server/game/Spells/SpellDefines.h index 94991f10c7d..23defe8cf26 100644 --- a/src/server/game/Spells/SpellDefines.h +++ b/src/server/game/Spells/SpellDefines.h @@ -304,6 +304,7 @@ struct TC_GAME_API SpellDestination SpellDestination(); SpellDestination(float x, float y, float z, float orientation = 0.0f, uint32 mapId = MAPID_INVALID); SpellDestination(Position const& pos); + SpellDestination(WorldLocation const& loc); SpellDestination(WorldObject const& wObj); void Relocate(Position const& pos); |