You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spell auto-casting and freezing movement (#959)
* Fix missing spell items clearing autocast instead of current spell closes#954
* Fix missing spell on player interaction
* fix(combat): exclude caster from AoE magic splash damage
- Add source parameter to multiTargets() to filter out attacker
- Prevents ice barrage/burst from hitting self in multi when adjacent to target
- Updates spell handler to pass caster reference
* Reformat stepOut
* Tidy up freeze timer name to reduce confusion
* Make freeze effect command give message
* Fix movement delay not stopping movement
* Add test to test freeze stops players from moving
* Fix no collision movement
---------
Co-authored-by: Tyluur <contact@tyluur.com>
0 commit comments