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

Geschlossen
vor 3 Jahren geöffnet von neatz09 · 2 Kommentare
neatz09 kommentierte vor 3 Jahren
Hier gibt es bis jetzt noch keinen Inhalt.
image kommentierte vor 3 Jahren
Mitarbeiter

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 kommentierte vor 3 Jahren
Mitarbeiter

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 hat dieses Issue vor 3 Jahren aus einem Commit referenziert
image hat vor 3 Jahren geschlossen
Anmelden, um an der Diskussion teilzunehmen.
Laden…
Abbrechen
Speichern
Hier gibt es bis jetzt noch keinen Inhalt.