Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -285,7 +285,9 @@ namespace Game.Movement
|
||||
public void SetAnimation(AnimType anim)
|
||||
{
|
||||
args.time_perc = 0.0f;
|
||||
args.flags.EnableAnimation((byte)anim);
|
||||
args.animTier.emplace();
|
||||
args.animTier.AnimTier = anim;
|
||||
args.flags.EnableAnimation();
|
||||
}
|
||||
|
||||
public void SetFacing(Vector3 spot)
|
||||
|
||||
Reference in New Issue
Block a user