Browse Source

bug #1908: Set fireblast pushback to 0

This is just a quick fix, please revert this later
tags/v0.10.6.7
Vildravn 2 years ago
parent
commit
c8ad480700
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/server/config/spells/spellFireblast.js

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

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

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


Loading…
Cancel
Save