fix(Core/Spells): Fixed ground destination of Blink. (#13009)

Fixes #11721
This commit is contained in:
UltraNix
2022-09-14 03:51:40 +02:00
committed by GitHub
parent a1f44f98a4
commit ea7f86ae64

View File

@@ -1592,7 +1592,7 @@ void Spell::SelectImplicitCasterDestTargets(SpellEffIndex effIndex, SpellImplici
}
//}
lastpos.Relocate(destx, desty, destz + 0.5f, pos.GetOrientation());
lastpos.Relocate(destx, desty, destz, pos.GetOrientation());
dest = SpellDestination(lastpos);
}
else