[10776] Not mark reputation_spillover_template empty state as error

Now expected by default data used from dbc fields.
This commit is contained in:
VladimirMangos 2010-11-22 12:30:23 +03:00
parent 10a1573c8e
commit fe5fc994a6
2 changed files with 2 additions and 2 deletions

View file

@ -7092,7 +7092,7 @@ void ObjectMgr::LoadReputationSpilloverTemplate()
bar.step(); bar.step();
sLog.outString(); sLog.outString();
sLog.outErrorDb(">> Loaded `reputation_spillover_template`, table is empty!"); sLog.outString(">> Loaded `reputation_spillover_template`, table is empty.");
return; return;
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10775" #define REVISION_NR "10776"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__