Browse Source

removed console.log

tags/v0.1.2
Rylee George 7 years ago
parent
commit
bd8d33f20d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/server/config/spells/spellSlowBlast.js

+ 0
- 1
src/server/config/spells/spellSlowBlast.js View File

@@ -128,7 +128,6 @@ define([
},

cast: function(action) {
console.log(1);
this.castingEffect = this.obj.effects.addEffect({
type: 'casting'
});


Loading…
Cancel
Save