Parcourir la source

bug #1769: Fixed an issue with ice spear and 'multi projectile' spells not showing projectile sprites

tags/v0.9.0^2
Shaun il y a 3 ans
Parent
révision
8631ec7a5c
2 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +2
    -0
      src/server/config/spells/spellIceSpear.js
  2. +2
    -0
      src/server/config/spells/spellProjectile.js

+ 2
- 0
src/server/config/spells/spellIceSpear.js Voir le fichier

@@ -21,6 +21,8 @@ module.exports = {

let projectileConfig = {
caster: this.obj.id,
x: obj.x,
y: obj.y,
components: [{
idSource: this.obj.id,
idTarget: target.id,


+ 2
- 0
src/server/config/spells/spellProjectile.js Voir le fichier

@@ -97,6 +97,8 @@ module.exports = {

let projectileConfig = {
caster: obj.id,
x: obj.x,
y: obj.y,
components: [{
idSource: obj.id,
idTarget: t.id,


Chargement…
Annuler
Enregistrer