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

Đã đóng
%! (template.HTML=3 năm trước cách đây)đang mở bởi neatz09 · 2 ý kiến
Ở đây vẫn chưa có nội dung nào.
image đã nhận xét 3 năm trước cách đây
Người hợp tác

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 đã nhận xét 3 năm trước cách đây
Người hợp tác

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
Đăng nhập để tham gia bình luận.
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.