Browse Source

Removed wrong fix

tags/v0.1.2
Rylee George 7 years ago
parent
commit
517220f90b
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

@@ -126,7 +126,7 @@ define([
if (faction == null)
return false;

if ((target.player) && (this.obj.player) && (!player.target))
if ((target.player) && (this.obj.player))
return ((this.obj.prophecies.hasProphecy('butcher')) && (target.prophecies.hasProphecy('butcher')));

var rep = this.obj.reputation;


Loading…
Cancel
Save