mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 02:23:49 +00:00
And another one...
This commit is contained in:
@@ -403,11 +403,13 @@ void TransportMgr::SpawnContinentTransports()
|
|||||||
if (_transportTemplates.empty())
|
if (_transportTemplates.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
uint32 oldMSTime = getMSTime();
|
uint32 oldMSTime, count = 0;
|
||||||
uint32 count = 0;
|
oldMSTime = getMSTime();
|
||||||
|
QueryResult result;
|
||||||
|
|
||||||
if (sWorld->getBoolConfig(CONFIG_ENABLE_CONTINENT_TRANSPORT))
|
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)
|
if (result)
|
||||||
{
|
{
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user