Browse Source

modding #1983: Added the follower object to the onFollowerDeath event

tags/v0.12.0
Shaun 1 year ago
parent
commit
c18fd60b49
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/server/components/follower.js

+ 1
- 0
src/server/components/follower.js View File

@@ -175,6 +175,7 @@ module.exports = {
afterDeath: function (deathEvent) {
this.master.fireEvent('afterFollowerDeath', {
deathEvent,
follower: this.obj,
master: this.master
});
}


Loading…
Cancel
Save