diff options
| author | Golrag <golrag.jeremy@gmail.com> | 2020-04-02 14:38:28 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-05-02 12:05:30 +0200 |
| commit | d7623adf0e6b8c5cdc1e468b89172ed7db63fe92 (patch) | |
| tree | 35e828e236e712f4ef148fb706da512ef4a84f73 /sql | |
| parent | 32950cec210fbd2093dd6c3ad932a02d156d7bf7 (diff) | |
Core/Battlegrounds: Use the following fields from DB2/battleground_template data in the Battleground Class:
* isArena
* name
* queueId
* min & max players (per team)
* map id
* script id
* start max dist
* type id
* min & max level
* Save the WorldSafeLocsEntry* instead of the Position in the BattlegroundTemplate struct
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`; |
