EQ2EMu/DB/updates/items_body_drop_dec31_2020.sql
Image 10b1a4e8d0 allow body drops with body_drop item db entry
Fix #244

alter table items add column body_drop tinyint(3) not null default '0';
2020-12-31 17:57:53 -05:00

1 line
72 B
SQL

alter table items add column body_drop tinyint(3) not null default '0';