fix(Core/Spells): Fixed ground destination of Blink. (#13009)
Fixes #11721
This commit is contained in:
@@ -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);
|
dest = SpellDestination(lastpos);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user