mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Renamed file.
This commit is contained in:
parent
02bcc56919
commit
12f05c3c78
1 changed files with 0 additions and 0 deletions
2
sql/320/5_battleground_template.sql
Normal file
2
sql/320/5_battleground_template.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
insert into `battleground_template`(`id`,`MinPlayersPerTeam`,`MaxPlayersPerTeam`,`MinLvl`,`MaxLvl`,`AllianceStartLoc`,`AllianceStartO`,`HordeStartLoc`,`HordeStartO`) values (30,20,40,71,80,1485,0,1486,0);
|
||||
insert into `battleground_template`(`id`,`MinPlayersPerTeam`,`MaxPlayersPerTeam`,`MinLvl`,`MaxLvl`,`AllianceStartLoc`,`AllianceStartO`,`HordeStartLoc`,`HordeStartO`) values (32,0,40,0,80,0,0,0,0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue