fix(Core/Spells): Fixed ground destination of Blink. (#13009)
Fixes #11721
This commit is contained in:
parent
a1f44f98a4
commit
ea7f86ae64
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue