Procházet zdrojové kódy

Tweaked gaekatla critter lifespan

tags/v0.1.3^2
Big Bad Waffle před 7 roky
rodič
revize
46ce3b0223
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/server/components/follower.js

+ 1
- 1
src/server/components/follower.js Zobrazit soubor

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

bindEvents: function() {
this.lifetime = 30;
this.lifetime = 100;

this.fGetHighest.inCombat = this.master.aggro.getHighest.bind(this.master.aggro);
this.fGetHighest.outOfCombat = this.returnNoAggro.bind(this);


Načítá se…
Zrušit
Uložit