mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
4 lines
117 B
SQL
4 lines
117 B
SQL
ALTER TABLE `instance_template`
|
|
DROP COLUMN maxPlayers,
|
|
DROP COLUMN maxPlayersHeroic,
|
|
DROP COLUMN reset_delay;
|