25eb7d26d5
SQL update for lootdrop required
1 line
93 B
SQL
1 line
93 B
SQL
alter table lootdrop add column no_drop_quest_completed int(10) unsigned not null default 0;
|