Files
azerothcore-wotlk/src/server/game/Battlegrounds/BattlegroundUtils.h

9 lines
203 B
C

#ifndef BATTLEGROUNDUTILS_H
#define BATTLEGROUNDUTILS_H
#include "Battleground.h"
uint32 GetMinPlayersPerTeam(Battleground* bg, PvPDifficultyEntry const* bracketEntry);
#endif // BATTLEGROUNDUTILS_H