mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix compile under windows
This commit is contained in:
@@ -60,7 +60,7 @@ void LoadDisables()
|
||||
if (!result)
|
||||
{
|
||||
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 disables. DB table `disables` is empty!");
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -229,7 +229,7 @@ void LoadDisables()
|
||||
while (result->NextRow());
|
||||
|
||||
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u disables in %u ms", total_count, GetMSTimeDiffToNow(oldMSTime));
|
||||
|
||||
|
||||
}
|
||||
|
||||
void CheckQuestDisables()
|
||||
@@ -240,7 +240,7 @@ void CheckQuestDisables()
|
||||
if (!count)
|
||||
{
|
||||
sLog->outInfo(LOG_FILTER_GENERAL, ">> Checked 0 quest disables.");
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -260,7 +260,7 @@ void CheckQuestDisables()
|
||||
}
|
||||
|
||||
sLog->outInfo(LOG_FILTER_GENERAL, ">> Checked %u quest disables in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
|
||||
|
||||
|
||||
}
|
||||
|
||||
bool IsDisabledFor(DisableType type, uint32 entry, Unit const* unit, uint8 flags)
|
||||
|
||||
Reference in New Issue
Block a user