Ver a proveniência

Fixes #99

tags/v0.1.2^2
bigbadwaffle há 7 anos
ascendente
cometimento
0330cf7ddf
2 ficheiros alterados com 3 adições e 0 eliminações
  1. +1
    -0
      src/server/config/spells/spellHealingCircle.js
  2. +2
    -0
      src/server/config/spells/spellWarnBlast.js

+ 1
- 0
src/server/config/spells/spellHealingCircle.js Ver ficheiro

@@ -67,6 +67,7 @@ define([
duration: 70, duration: 70,


targetGround: true, targetGround: true,
needLos: true,


cast: function(action) { cast: function(action) {
var obj = this.obj; var obj = this.obj;


+ 2
- 0
src/server/config/spells/spellWarnBlast.js Ver ficheiro

@@ -16,6 +16,8 @@ define([
statMult: 1, statMult: 1,
targetGround: true, targetGround: true,


needLos: true,

damage: 10, damage: 10,


delay: 10, delay: 10,


Carregando…
Cancelar
Guardar