mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19: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
|
|
@ -4730,7 +4730,7 @@ struct SQLWorldLoader : public SQLStorageLoaderBase<SQLWorldLoader>
|
|||
void ObjectMgr::LoadWorldTemplate()
|
||||
{
|
||||
SQLWorldLoader loader;
|
||||
loader.Load(sWorldTemplate);
|
||||
loader.Load(sWorldTemplate, false);
|
||||
|
||||
for(uint32 i = 0; i < sWorldTemplate.MaxEntry; i++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue