mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
Added placeholders for new battlegrounds, some other stuff.
This commit is contained in:
parent
a75d9893a6
commit
835a8da42a
2 changed files with 3 additions and 0 deletions
2
sql/320/5_battleground_tempalate.sql
Normal file
2
sql/320/5_battleground_tempalate.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);
|
||||||
|
|
@ -20469,6 +20469,7 @@ bool Player::HasMovementFlag( MovementFlags f ) const
|
||||||
{
|
{
|
||||||
return m_movementInfo.HasMovementFlag(f);
|
return m_movementInfo.HasMovementFlag(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Player::SendDuelCountdown(uint32 counter)
|
void Player::SendDuelCountdown(uint32 counter)
|
||||||
{
|
{
|
||||||
WorldPacket data(SMSG_DUEL_COUNTDOWN, 4);
|
WorldPacket data(SMSG_DUEL_COUNTDOWN, 4);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue