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

Stängd
öppnade 3 år sedan av neatz09 · 2 kommentarer
neatz09 kommenterad 3 år sedan
Det finns inget innehåll än.
image kommenterad 3 år sedan
Deltagare

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 kommenterad 3 år sedan
Deltagare

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 refererade till detta ärende från en incheckning 3 år sedan
Logga in för att delta i denna konversation.
Laddar...
Avbryt
Spara
Det finns inget innehåll än.