mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10776] Not mark reputation_spillover_template empty state as error
Now expected by default data used from dbc fields.
This commit is contained in:
parent
10a1573c8e
commit
fe5fc994a6
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue