Browse Source

reverted tempfix for #1908 and merged hotfix

tags/v0.10.6.8
Shaun 2 years ago
parent
commit
bea8595ce9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/server/config/spells/spellFireblast.js

+ 0
- 2
src/server/config/spells/spellFireblast.js View File

@@ -1,6 +1,4 @@
const getTargetPos = (physics, obj, m, pushback) => {
pushback = 0; // TEMPORARY FIX, PLEASE REVERT

let targetPos = {
x: m.x,
y: m.y


Loading…
Cancel
Save