EQ2EMu/DB/updates/additionfields_mar6_2021.sql
2021-03-06 17:33:10 -05:00

7 lines
No EOL
324 B
SQL

alter table spells add column can_fizzle tinyint(1) not null default '1';
alter table items add column no_buy_back tinyint(1) unsigned not null default 0;
alter table character_items add column no_sale tinyint(1) unsigned not null default 0;
insert into commands set type=0,command='frombroker',subcommand='',handler=527;