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

已关闭
neatz093 年之前创建 · 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
image3 年之前 关闭
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。