Procházet zdrojové kódy

Merge branch 'master' into 'release'

fix

See merge request Isleward/isleward!615
tags/v0.12.0.1
Big Bad Waffle před 1 rokem
rodič
revize
866bb52dfe
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      src/server/config/spells/spellCharge.js

+ 2
- 2
src/server/config/spells/spellCharge.js Zobrazit soubor

@@ -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
};


Načítá se…
Zrušit
Uložit