Browse Source

fix

tags/v0.12.0.1^2
Shaun 1 year ago
parent
commit
d1f8682858
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/server/config/spells/spellCharge.js

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

@@ -101,8 +101,8 @@ module.exports = {
y: obj.y
},
newPos: targetPos,
source: this,
target: this,
source: this.obj,
target: this.obj,
spellName: 'charge',
spell: this
};


Loading…
Cancel
Save