Should be out of the check.
This commit is contained in:
parent
ea8c85c886
commit
21aae9eec5
1 changed files with 2 additions and 2 deletions
|
|
@ -403,11 +403,11 @@ void TransportMgr::SpawnContinentTransports()
|
|||
if (_transportTemplates.empty())
|
||||
return;
|
||||
|
||||
uint32 oldMSTime = getMSTime();
|
||||
uint32 count = 0;
|
||||
if (sWorld->getBoolConfig(CONFIG_ENABLE_CONTINENT_TRANSPORT))
|
||||
{
|
||||
uint32 oldMSTime = getMSTime();
|
||||
QueryResult result = WorldDatabase.Query("SELECT guid, entry FROM transports");
|
||||
uint32 count = 0;
|
||||
if (result)
|
||||
{
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue