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

Zavřený
otevřeno před 3 roky uživatelem neatz09 · 2 komentářů
neatz09 okomentoval před 3 roky
Není zde žádný obsah.
image okomentoval před 3 roky
Spolupracovník

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 okomentoval před 3 roky
Spolupracovník

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
Přihlaste se pro zapojení do konverzace.
Načítání...
Zrušit
Uložit
Není zde žádný obsah.