Przeglądaj źródła

Emit an event when selling or buying items

tags/v0.7.0^2
Vildravn 4 lat temu
rodzic
commit
f450f3b612
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      src/client/ui/templates/trade/trade.js

+ 2
- 0
src/client/ui/templates/trade/trade.js Wyświetl plik

@@ -128,6 +128,8 @@ define([
callback: this.onServerRespond.bind(this, el)
});

events.emit('onBuySellItem', this.el);

let uiInventory = $('.uiInventory').data('ui');
uiInventory.hideTooltip(el, item, e);
},


Ładowanie…
Anuluj
Zapisz