Core/Movement: ported some undermap fixups from a TC pull request

This commit is contained in:
Ovahlord
2019-02-23 22:37:17 +01:00
parent 326f604c74
commit b0c37b25cc
6 changed files with 11 additions and 16 deletions

View File

@@ -1379,9 +1379,8 @@ void Spell::SelectImplicitCasterDestTargets(SpellEffIndex effIndex, SpellImplici
pos.m_positionX = m_preGeneratedPath->GetActualEndPosition().x;
pos.m_positionY = m_preGeneratedPath->GetActualEndPosition().y;
pos.m_positionZ = m_preGeneratedPath->GetActualEndPosition().z;
dest.Relocate(pos);
}
dest.Relocate(pos);
break;
}
default: