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

Suljettu
3 vuotta sitten avasi neatz09 · 2 kommenttia
neatz09 kommentoitu 3 vuotta sitten
Sisältöä ei vielä ole.
image kommentoitu 3 vuotta sitten
Yhteistyökumppani

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 kommentoitu 3 vuotta sitten
Yhteistyökumppani

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
Kirjaudu sisään osallistuaksesi tähän keskusteluun.
Ladataan...
Peruuta
Tallenna
Sisältöä ei vielä ole.