60d7b7527f
Fix #67 Spawn table updated with merchant_min_level and merchant_max_level, extends to spawns, widgets, objects and signs. Restricts the min level required and a max level cap on a player able to use the merchant (buy/sell/display) /spawn set merchant_min_level x /spawn set merchant_max_level x
2 lines
No EOL
169 B
SQL
2 lines
No EOL
169 B
SQL
alter table spawn add column merchant_min_level int(10) unsigned not null default 0;
|
|
alter table spawn add column merchant_max_level int(10) unsigned not null default 0; |