diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2020_05_02_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_05_02_00_world.sql b/sql/updates/world/master/2020_05_02_00_world.sql new file mode 100644 index 00000000000..1e3403b6d98 --- /dev/null +++ b/sql/updates/world/master/2020_05_02_00_world.sql @@ -0,0 +1,5 @@ +ALTER TABLE `battleground_template` + DROP COLUMN `MinPlayersPerTeam`, + DROP COLUMN `MaxPlayersPerTeam`, + DROP COLUMN `MinLvl`, + DROP COLUMN `MaxLvl`; |
