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