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

已關閉
neatz093 年之前創建 · 2 條評論
尚未有任何內容
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
image3 年之前 關閉
登入 才能加入這對話。
正在加載...
取消
保存
尚未有任何內容