Browse Source

Fixes #99

tags/v0.1.2^2
bigbadwaffle 7 years ago
parent
commit
0330cf7ddf
2 changed files with 3 additions and 0 deletions
  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 View File

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

targetGround: true,
needLos: true,

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


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

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

needLos: true,

damage: 10,

delay: 10,


Loading…
Cancel
Save