mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11118] Not report empty world_template as error.
This commit is contained in:
parent
f73868a703
commit
ad29153ee0
4 changed files with 9 additions and 5 deletions
|
|
@ -94,7 +94,7 @@ template <class T>
|
|||
struct SQLStorageLoaderBase
|
||||
{
|
||||
public:
|
||||
void Load(SQLStorage &storage);
|
||||
void Load(SQLStorage &storage, bool error_at_empty = true);
|
||||
|
||||
template<class S, class D>
|
||||
void convert(uint32 field_pos, S src, D &dst);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue