[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

@ -418,7 +418,7 @@ void PoolManager::LoadFromDB()
uint32 count = 0;
barGoLink bar(result->GetRowCount());
barGoLink bar((int)result->GetRowCount());
do
{
++count;
@ -456,7 +456,7 @@ void PoolManager::LoadFromDB()
else
{
barGoLink bar2(result->GetRowCount());
barGoLink bar2((int)result->GetRowCount());
do
{
Field *fields = result->Fetch();
@ -518,7 +518,7 @@ void PoolManager::LoadFromDB()
else
{
barGoLink bar2(result->GetRowCount());
barGoLink bar2((int)result->GetRowCount());
do
{
Field *fields = result->Fetch();
@ -587,7 +587,7 @@ void PoolManager::LoadFromDB()
else
{
barGoLink bar2( result->GetRowCount() );
barGoLink bar2( (int)result->GetRowCount() );
do
{
Field *fields = result->Fetch();