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

Ditutup
dibuka 3 tahun lalu oleh neatz09 · 2 komentar
Belum ada konten.
image komentar 3 tahun lalu
Kolaborator

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 komentar 3 tahun lalu
Kolaborator

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
Masuk untuk bergabung dalam percakapan ini.
Memuat...
Batal
Simpan
Belum ada konten.