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

クローズ
3 年 前neatz09 によって開かれました · 2 コメント
neatz093 年 前 にコメントしました
まだコンテンツがありません
image3 年 前 にコメントしました
共同編集者

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..
image3 年 前 にコメントしました
共同編集者

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 年 前 から参照されました
image 3 年 前 に閉じられました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません