Suprcode / Zircon

Legend of Mir 3 - Official Public Zircon Source
330 stars 249 forks source link

Spell projectiles location and frame error #153

Closed MarioSanc closed 1 week ago

MarioSanc commented 1 week ago

After shuriken implementation I got an error with some wizard projectile spells and taoist amulets. The start position and frames are incorrect.

Example using a spell in a downward direction image

Problem origin in Client/Models/MirProjectile.cs line 38:

if (!Has16Directions) Direction16 = 0; Direction16 /= 2;

Suprcode commented 1 week ago

Thanks that's been fixed