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

Closed
opened 3 years ago by neatz09 · 2 comments
neatz09 commented 3 years ago
There is no content yet.
image commented 3 years ago
Collaborator

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 commented 3 years ago
Collaborator

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.
Loading...
Cancel
Save
There is no content yet.