소스 검색

Merge branch 'master' into 'release'

fix

See merge request Isleward/isleward!615
tags/v0.12.0.1
Big Bad Waffle 1 년 전
부모
커밋
866bb52dfe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/server/config/spells/spellCharge.js

+ 2
- 2
src/server/config/spells/spellCharge.js 파일 보기

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


불러오는 중...
취소
저장