#244 DB change + code needed to flag items in the DB to be body/small chest drops

Закрыто
3 лет назад открыта neatz09 · комментариев: 2
neatz09 прокомментировал 3 лет назад
Пока нет содержимого.
image прокомментировал 3 лет назад
Соавтор

Closing http://cutpon.com:3000/devn00b/EQ2EMu/issues/222 cause its the same thing..

Closing http://cutpon.com:3000/devn00b/EQ2EMu/issues/222 cause its the same thing..
image прокомментировал 3 лет назад
Соавтор

alter table items add column body_drop tinyint(3) not null default '0';

Default goes to chest if it’s uncommon or higher tier, this flag will override to body

```alter table items add column body_drop tinyint(3) not null default '0';``` Default goes to chest if it’s uncommon or higher tier, this flag will override to body
image упомянул эту задачу в коммите 3 лет назад
Войдите, чтобы присоединиться к обсуждению.
Загрузка...
Отмена
Сохранить
Пока нет содержимого.