Browse Source

fixes #266

tags/v0.1.9^2
Big Bad Waffle 6 years ago
parent
commit
c6ae66c84b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/server/components/inventory.js

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

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

killSource.fireEvent('beforeTargetDeath', this.obj, this.items);
playerObject.fireEvent('beforeTargetDeath', this.obj, this.items);
events.emit('onBeforeDropBag', this.obj, this.items, killSource);

if (this.items.length > 0)


Loading…
Cancel
Save