Преглед на файлове

Removed inventory changes that belongs to another issue

tags/v0.1.2^2
Big Bad Waffle преди 7 години
родител
ревизия
30614c36fc
променени са 1 файла, в които са добавени 6 реда и са изтрити 8 реда
  1. +6
    -8
      src/client/ui/templates/inventory/inventory.js

+ 6
- 8
src/client/ui/templates/inventory/inventory.js Целия файл

@@ -282,16 +282,14 @@ define([
}
}

if (!item.eq) {
if (!item.quest) {
if ((window.player.stash.active) && (!item.noSalvage))
config.push(menuItems.stash);
if ((!item.quest) && (!item.eq)) {
if ((window.player.stash.active) && (!item.noSalvage))
config.push(menuItems.stash);

config.push(menuItems.drop);
config.push(menuItems.drop);

if ((!item.material) && (!item.noSalvage))
config.push(menuItems.salvage);
}
if ((!item.material) && (!item.noSalvage))
config.push(menuItems.salvage);

config.push(menuItems.destroy);
}


Зареждане…
Отказ
Запис