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

Chiuso
aperto 3 anni fa da neatz09 · 2 commenti
neatz09 ha commentato 3 anni fa
Non ci sono ancora contenuti.
image ha commentato 3 anni fa
Collaboratori

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 ha commentato 3 anni fa
Collaboratori

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
Sign in to join this conversation.
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.