[9386] Store some config values in Rate emun.

This commit is contained in:
AlexDereka 2010-02-15 00:16:35 +03:00
parent 6e5b74e0ca
commit 5368751c13
33 changed files with 163 additions and 164 deletions

View file

@ -1660,7 +1660,7 @@ void BattleGroundMgr::CreateInitialBattleGrounds()
return;
}
barGoLink bar(result->GetRowCount());
barGoLink bar((int)result->GetRowCount());
do
{
@ -2050,7 +2050,7 @@ void BattleGroundMgr::LoadBattleMastersEntry()
return;
}
barGoLink bar( result->GetRowCount() );
barGoLink bar( (int)result->GetRowCount() );
do
{
@ -2148,7 +2148,7 @@ void BattleGroundMgr::LoadBattleEventIndexes()
return;
}
barGoLink bar(result->GetRowCount());
barGoLink bar((int)result->GetRowCount());
do
{