Browse Source

Fixed

tags/v0.1.2
Rylee George 7 years ago
parent
commit
8004e1ab70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/aggro.js

+ 1
- 1
src/server/components/aggro.js View File

@@ -119,7 +119,7 @@ define([
},

willAttack: function(target) {
if (this.obj = target)
if (this.obj == target)
return false;

var faction = target.aggro.faction;


Loading…
Cancel
Save