aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Globals/ObjectMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/game/Globals/ObjectMgr.cpp')
-rwxr-xr-xsrc/server/game/Globals/ObjectMgr.cpp268
1 files changed, 134 insertions, 134 deletions
diff --git a/src/server/game/Globals/ObjectMgr.cpp b/src/server/game/Globals/ObjectMgr.cpp
index 9cbf9ed1ee2..fc4386633ff 100755
--- a/src/server/game/Globals/ObjectMgr.cpp
+++ b/src/server/game/Globals/ObjectMgr.cpp
@@ -297,7 +297,7 @@ void ObjectMgr::LoadCreatureLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu creature locale strings in %u ms", (unsigned long)_creatureLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadGossipMenuItemsLocales()
@@ -334,7 +334,7 @@ void ObjectMgr::LoadGossipMenuItemsLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu gossip_menu_option locale strings in %u ms", (unsigned long)_gossipMenuItemsLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadPointOfInterestLocales()
@@ -361,7 +361,7 @@ void ObjectMgr::LoadPointOfInterestLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu points_of_interest locale strings in %u ms", (unsigned long)_pointOfInterestLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadCreatureTemplates()
@@ -389,7 +389,7 @@ void ObjectMgr::LoadCreatureTemplates()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature template definitions. DB table `creature_template` is empty.");
-
+
return;
}
@@ -492,7 +492,7 @@ void ObjectMgr::LoadCreatureTemplates()
CheckCreatureTemplate(&itr->second);
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadCreatureTemplateAddons()
@@ -505,7 +505,7 @@ void ObjectMgr::LoadCreatureTemplateAddons()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature template addon definitions. DB table `creature_template_addon` is empty.");
-
+
return;
}
@@ -564,7 +564,7 @@ void ObjectMgr::LoadCreatureTemplateAddons()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature template addons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::CheckCreatureTemplate(CreatureTemplate const* cInfo)
@@ -882,7 +882,7 @@ void ObjectMgr::LoadCreatureAddons()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature addon definitions. DB table `creature_addon` is empty.");
-
+
return;
}
@@ -948,7 +948,7 @@ void ObjectMgr::LoadCreatureAddons()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature addons in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
CreatureAddon const* ObjectMgr::GetCreatureAddon(uint32 lowguid)
@@ -987,7 +987,7 @@ void ObjectMgr::LoadEquipmentTemplates()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature equipment templates. DB table `creature_equip_template` is empty!");
-
+
return;
}
@@ -1040,7 +1040,7 @@ void ObjectMgr::LoadEquipmentTemplates()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u equipment templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
CreatureModelInfo const* ObjectMgr::GetCreatureModelInfo(uint32 modelId)
@@ -1118,7 +1118,7 @@ void ObjectMgr::LoadCreatureModelInfo()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature model definitions. DB table `creature_model_info` is empty.");
-
+
return;
}
@@ -1163,7 +1163,7 @@ void ObjectMgr::LoadCreatureModelInfo()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature model based info in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadLinkedRespawn()
@@ -1177,7 +1177,7 @@ void ObjectMgr::LoadLinkedRespawn()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 linked respawns. DB table `linked_respawn` is empty.");
-
+
return;
}
@@ -1349,7 +1349,7 @@ void ObjectMgr::LoadLinkedRespawn()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded " UI64FMTD " linked respawns in %u ms", uint64(_linkedRespawnStore.size()), GetMSTimeDiffToNow(oldMSTime));
-
+
}
bool ObjectMgr::SetCreatureLinkedRespawn(uint32 guidLow, uint32 linkedGuidLow)
@@ -1409,7 +1409,7 @@ void ObjectMgr::LoadCreatures()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 creatures. DB table `creature` is empty.");
-
+
return;
}
@@ -1536,7 +1536,7 @@ void ObjectMgr::LoadCreatures()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creatures in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::AddCreatureToGrid(uint32 guid, CreatureData const* data)
@@ -1719,7 +1719,7 @@ void ObjectMgr::LoadGameobjects()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 gameobjects. DB table `gameobject` is empty.");
-
+
return;
}
@@ -1841,7 +1841,7 @@ void ObjectMgr::LoadGameobjects()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu gameobjects in %u ms", (unsigned long)_gameObjectDataStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::AddGameobjectToGrid(uint32 guid, GameObjectData const* data)
@@ -2010,7 +2010,7 @@ void ObjectMgr::LoadItemLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu Item locale strings in %u ms", (unsigned long)_itemLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadItemTemplates()
@@ -2053,7 +2053,7 @@ void ObjectMgr::LoadItemTemplates()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 item templates. DB table `item_template` is empty.");
-
+
return;
}
@@ -2615,7 +2615,7 @@ void ObjectMgr::LoadItemTemplates()
sLog->outError(LOG_FILTER_SQL, "Item (Entry: %u) does not exist in `item_template` but is referenced in `CharStartOutfit.dbc`", *itr);
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u item templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
ItemTemplate const* ObjectMgr::GetItemTemplate(uint32 entry)
@@ -2651,7 +2651,7 @@ void ObjectMgr::LoadItemSetNameLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded " UI64FMTD " Item set name locale strings in %u ms", uint64(_itemSetNameLocaleStore.size()), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadItemSetNames()
@@ -2680,7 +2680,7 @@ void ObjectMgr::LoadItemSetNames()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 item set names. DB table `item_set_names` is empty.");
-
+
return;
}
@@ -2735,7 +2735,7 @@ void ObjectMgr::LoadItemSetNames()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u item set names in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadVehicleTemplateAccessories()
@@ -2752,7 +2752,7 @@ void ObjectMgr::LoadVehicleTemplateAccessories()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 vehicle template accessories. DB table `vehicle_template_accessory` is empty.");
-
+
return;
}
@@ -2792,7 +2792,7 @@ void ObjectMgr::LoadVehicleTemplateAccessories()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u Vehicle Template Accessories in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadVehicleAccessories()
@@ -2809,7 +2809,7 @@ void ObjectMgr::LoadVehicleAccessories()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 Vehicle Accessories in %u ms", GetMSTimeDiffToNow(oldMSTime));
-
+
return;
}
@@ -2837,7 +2837,7 @@ void ObjectMgr::LoadVehicleAccessories()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u Vehicle Accessories in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadPetLevelInfo()
@@ -2850,7 +2850,7 @@ void ObjectMgr::LoadPetLevelInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 level pet stats definitions. DB table `pet_levelstats` is empty.");
-
+
return;
}
@@ -2930,7 +2930,7 @@ void ObjectMgr::LoadPetLevelInfo()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u level pet stats definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
PetLevelInfo const* ObjectMgr::GetPetLevelInfo(uint32 creature_id, uint8 level) const
@@ -2996,7 +2996,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
-
+
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 player create definitions. DB table `playercreateinfo` is empty.");
exit(1);
}
@@ -3072,7 +3072,7 @@ void ObjectMgr::LoadPlayerInfo()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u player create definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
}
@@ -3086,7 +3086,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 custom player create items. DB table `playercreateinfo_item` is empty.");
-
+
}
else
{
@@ -3144,7 +3144,7 @@ void ObjectMgr::LoadPlayerInfo()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u custom player create items in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
}
@@ -3159,7 +3159,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 player create spells. DB table `%s` is empty.", sWorld->getBoolConfig(CONFIG_START_ALL_SPELLS) ? "playercreateinfo_spell_custom" : "playercreateinfo_spell");
-
+
}
else
{
@@ -3201,7 +3201,7 @@ void ObjectMgr::LoadPlayerInfo()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u player create spells in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
}
@@ -3216,7 +3216,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 player create actions. DB table `playercreateinfo_action` is empty.");
-
+
}
else
{
@@ -3248,7 +3248,7 @@ void ObjectMgr::LoadPlayerInfo()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u player create actions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
}
@@ -3263,7 +3263,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 level health/mana definitions. DB table `game_event_condition` is empty.");
-
+
exit(1);
}
@@ -3330,7 +3330,7 @@ void ObjectMgr::LoadPlayerInfo()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u level health/mana definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
// Loading levels data (class/race dependent)
@@ -3344,7 +3344,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 level stats definitions. DB table `player_levelstats` is empty.");
-
+
exit(1);
}
@@ -3444,7 +3444,7 @@ void ObjectMgr::LoadPlayerInfo()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u level stats definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
// Loading xp per level data
@@ -3462,7 +3462,7 @@ void ObjectMgr::LoadPlayerInfo()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 xp for level definitions. DB table `player_xp_for_level` is empty.");
-
+
exit(1);
}
@@ -3503,7 +3503,7 @@ void ObjectMgr::LoadPlayerInfo()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u xp for level definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
}
@@ -3661,7 +3661,7 @@ void ObjectMgr::LoadQuests()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 quests definitions. DB table `quest_template` is empty.");
-
+
return;
}
@@ -4290,7 +4290,7 @@ void ObjectMgr::LoadQuests()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu quests definitions in %u ms", (unsigned long)_questTemplates.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadQuestLocales()
@@ -4339,7 +4339,7 @@ void ObjectMgr::LoadQuestLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu Quest locale strings in %u ms", (unsigned long)_questLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadScripts(ScriptsType type)
@@ -4368,7 +4368,7 @@ void ObjectMgr::LoadScripts(ScriptsType type)
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 script definitions. DB table `%s` is empty!", tableName.c_str());
-
+
return;
}
@@ -4660,7 +4660,7 @@ void ObjectMgr::LoadScripts(ScriptsType type)
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u script definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadGameObjectScripts()
@@ -4805,7 +4805,7 @@ void ObjectMgr::LoadSpellScriptNames()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 spell script names. DB table `spell_script_names` is empty!");
-
+
return;
}
@@ -4853,7 +4853,7 @@ void ObjectMgr::LoadSpellScriptNames()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u spell script names in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::ValidateSpellScripts()
@@ -4863,7 +4863,7 @@ void ObjectMgr::ValidateSpellScripts()
if (_spellScriptsStore.empty())
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Validated 0 scripts.");
-
+
return;
}
@@ -4911,7 +4911,7 @@ void ObjectMgr::ValidateSpellScripts()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Validated %u scripts in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadPageTexts()
@@ -4924,7 +4924,7 @@ void ObjectMgr::LoadPageTexts()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 page texts. DB table `page_text` is empty!");
-
+
return;
}
@@ -4954,7 +4954,7 @@ void ObjectMgr::LoadPageTexts()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u page texts in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
PageText const* ObjectMgr::GetPageText(uint32 pageEntry)
@@ -4990,7 +4990,7 @@ void ObjectMgr::LoadPageTextLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu PageText locale strings in %u ms", (unsigned long)_pageTextLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadInstanceTemplate()
@@ -5003,7 +5003,7 @@ void ObjectMgr::LoadInstanceTemplate()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 instance templates. DB table `page_text` is empty!");
-
+
return;
}
@@ -5033,7 +5033,7 @@ void ObjectMgr::LoadInstanceTemplate()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u instance templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
InstanceTemplate const* ObjectMgr::GetInstanceTemplate(uint32 mapID)
@@ -5054,7 +5054,7 @@ void ObjectMgr::LoadInstanceEncounters()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 instance encounters, table is empty!");
-
+
return;
}
@@ -5123,7 +5123,7 @@ void ObjectMgr::LoadInstanceEncounters()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u instance encounters in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
GossipText const* ObjectMgr::GetGossipText(uint32 Text_ID) const
@@ -5144,7 +5144,7 @@ void ObjectMgr::LoadGossipText()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u npc texts", count);
-
+
return;
}
_gossipTextStore.rehash(result->GetRowCount());
@@ -5184,7 +5184,7 @@ void ObjectMgr::LoadGossipText()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u npc texts in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadNpcTextLocales()
@@ -5227,7 +5227,7 @@ void ObjectMgr::LoadNpcTextLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu NpcText locale strings in %u ms", (unsigned long)_npcTextLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
//not very fast function but it is called only once a day, or on starting-up
@@ -5253,7 +5253,7 @@ void ObjectMgr::ReturnOrDeleteOldMails(bool serverUp)
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> No expired mails found.");
-
+
return; // any mails need to be returned or deleted
}
@@ -5357,7 +5357,7 @@ void ObjectMgr::ReturnOrDeleteOldMails(bool serverUp)
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Processed %u expired mails: %u deleted and %u returned in %u ms", deletedCount + returnedCount, deletedCount, returnedCount, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadQuestAreaTriggers()
@@ -5371,7 +5371,7 @@ void ObjectMgr::LoadQuestAreaTriggers()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 quest trigger points. DB table `areatrigger_involvedrelation` is empty.");
-
+
return;
}
@@ -5416,7 +5416,7 @@ void ObjectMgr::LoadQuestAreaTriggers()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u quest trigger points in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadTavernAreaTriggers()
@@ -5430,7 +5430,7 @@ void ObjectMgr::LoadTavernAreaTriggers()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 tavern triggers. DB table `areatrigger_tavern` is empty.");
-
+
return;
}
@@ -5455,7 +5455,7 @@ void ObjectMgr::LoadTavernAreaTriggers()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u tavern triggers in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadAreaTriggerScripts()
@@ -5468,7 +5468,7 @@ void ObjectMgr::LoadAreaTriggerScripts()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 areatrigger scripts. DB table `areatrigger_scripts` is empty.");
-
+
return;
}
@@ -5493,7 +5493,7 @@ void ObjectMgr::LoadAreaTriggerScripts()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u areatrigger scripts in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
uint32 ObjectMgr::GetNearestTaxiNode(float x, float y, float z, uint32 mapid, uint32 team)
@@ -5612,7 +5612,7 @@ void ObjectMgr::LoadGraveyardZones()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 graveyard-zone links. DB table `game_graveyard_zone` is empty.");
-
+
return;
}
@@ -5659,7 +5659,7 @@ void ObjectMgr::LoadGraveyardZones()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u graveyard-zone links in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
WorldSafeLocsEntry const* ObjectMgr::GetDefaultGraveYard(uint32 team)
@@ -5905,7 +5905,7 @@ void ObjectMgr::LoadAreaTriggerTeleports()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 area trigger teleport definitions. DB table `areatrigger_teleport` is empty.");
-
+
return;
}
@@ -5952,7 +5952,7 @@ void ObjectMgr::LoadAreaTriggerTeleports()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u area trigger teleport definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadAccessRequirements()
@@ -5966,7 +5966,7 @@ void ObjectMgr::LoadAccessRequirements()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 access requirement definitions. DB table `access_requirement` is empty.");
-
+
return;
}
@@ -6044,7 +6044,7 @@ void ObjectMgr::LoadAccessRequirements()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u access requirement definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
/*
@@ -6269,7 +6269,7 @@ void ObjectMgr::LoadGameObjectLocales()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %lu gameobject locale strings in %u ms", (unsigned long)_gameObjectLocaleStore.size(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
inline void CheckGOLockId(GameObjectTemplate const* goInfo, uint32 dataN, uint32 N)
@@ -6346,7 +6346,7 @@ void ObjectMgr::LoadGameObjectTemplate()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 gameobject definitions. DB table `gameobject_template` is empty.");
-
+
return;
}
@@ -6516,7 +6516,7 @@ void ObjectMgr::LoadGameObjectTemplate()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u game object templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadExplorationBaseXP()
@@ -6528,7 +6528,7 @@ void ObjectMgr::LoadExplorationBaseXP()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 BaseXP definitions. DB table `exploration_basexp` is empty.");
-
+
return;
}
@@ -6545,7 +6545,7 @@ void ObjectMgr::LoadExplorationBaseXP()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u BaseXP definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
uint32 ObjectMgr::GetBaseXP(uint8 level)
@@ -6569,7 +6569,7 @@ void ObjectMgr::LoadPetNames()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 pet name parts. DB table `pet_name_generation` is empty!");
-
+
return;
}
@@ -6590,7 +6590,7 @@ void ObjectMgr::LoadPetNames()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u pet name parts in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadPetNumber()
@@ -6605,7 +6605,7 @@ void ObjectMgr::LoadPetNumber()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded the max pet number: %d in %u ms", _hiPetNumber-1, GetMSTimeDiffToNow(oldMSTime));
-
+
}
std::string ObjectMgr::GeneratePetName(uint32 entry)
@@ -6639,7 +6639,7 @@ void ObjectMgr::LoadCorpses()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 corpses. DB table `corpse` is empty.");
-
+
return;
}
@@ -6668,7 +6668,7 @@ void ObjectMgr::LoadCorpses()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u corpses in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadReputationRewardRate()
@@ -6683,7 +6683,7 @@ void ObjectMgr::LoadReputationRewardRate()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded `reputation_reward_rate`, table is empty!");
-
+
return;
}
@@ -6731,7 +6731,7 @@ void ObjectMgr::LoadReputationRewardRate()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u reputation_reward_rate in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadReputationOnKill()
@@ -6752,7 +6752,7 @@ void ObjectMgr::LoadReputationOnKill()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 creature award reputation definitions. DB table `creature_onkill_reputation` is empty.");
-
+
return;
}
@@ -6805,7 +6805,7 @@ void ObjectMgr::LoadReputationOnKill()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature award reputation definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadReputationSpilloverTemplate()
@@ -6820,7 +6820,7 @@ void ObjectMgr::LoadReputationSpilloverTemplate()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded `reputation_spillover_template`, table is empty.");
-
+
return;
}
@@ -6917,7 +6917,7 @@ void ObjectMgr::LoadReputationSpilloverTemplate()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u reputation_spillover_template in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadPointsOfInterest()
@@ -6934,7 +6934,7 @@ void ObjectMgr::LoadPointsOfInterest()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 Points of Interest definitions. DB table `points_of_interest` is empty.");
-
+
return;
}
@@ -6964,7 +6964,7 @@ void ObjectMgr::LoadPointsOfInterest()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u Points of Interest definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadQuestPOI()
@@ -6981,7 +6981,7 @@ void ObjectMgr::LoadQuestPOI()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 quest POI definitions. DB table `quest_poi` is empty.");
-
+
return;
}
@@ -7036,7 +7036,7 @@ void ObjectMgr::LoadQuestPOI()
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u quest POI definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadNPCSpellClickSpells()
@@ -7050,7 +7050,7 @@ void ObjectMgr::LoadNPCSpellClickSpells()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 spellclick spells. DB table `npc_spellclick_spells` is empty.");
-
+
return;
}
@@ -7104,7 +7104,7 @@ void ObjectMgr::LoadNPCSpellClickSpells()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u spellclick definitions in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::DeleteCreatureData(uint32 guid)
@@ -7154,7 +7154,7 @@ void ObjectMgr::LoadQuestRelationsHelper(QuestRelations& map, std::string table,
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 quest relations from `%s`, table is empty.", table.c_str());
-
+
return;
}
@@ -7183,7 +7183,7 @@ void ObjectMgr::LoadQuestRelationsHelper(QuestRelations& map, std::string table,
} while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u quest relations from %s in %u ms", count, table.c_str(), GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadGameobjectQuestRelations()
@@ -7253,7 +7253,7 @@ void ObjectMgr::LoadReservedPlayersNames()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 reserved player names. DB table `reserved_name` is empty!");
-
+
return;
}
@@ -7280,7 +7280,7 @@ void ObjectMgr::LoadReservedPlayersNames()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u reserved player names in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
bool ObjectMgr::IsReservedName(const std::string& name) const
@@ -7434,7 +7434,7 @@ void ObjectMgr::LoadGameObjectForQuests()
if (sObjectMgr->GetGameObjectTemplates()->empty())
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 GameObjects for quests");
-
+
return;
}
@@ -7483,7 +7483,7 @@ void ObjectMgr::LoadGameObjectForQuests()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u GameObjects for quests in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
bool ObjectMgr::LoadTrinityStrings(const char* table, int32 min_value, int32 max_value)
@@ -7532,7 +7532,7 @@ bool ObjectMgr::LoadTrinityStrings(const char* table, int32 min_value, int32 max
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 trinity strings. DB table `%s` is empty. Cannot continue.", table);
else
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 string templates. DB table `%s` is empty.", table);
-
+
return false;
}
@@ -7575,7 +7575,7 @@ bool ObjectMgr::LoadTrinityStrings(const char* table, int32 min_value, int32 max
else
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u string templates from %s in %u ms", count, table, GetMSTimeDiffToNow(oldMSTime));
-
+
return true;
}
@@ -7607,7 +7607,7 @@ void ObjectMgr::LoadFishingBaseSkillLevel()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 areas for fishing base skill level. DB table `skill_fishing_base_level` is empty.");
-
+
return;
}
@@ -7632,7 +7632,7 @@ void ObjectMgr::LoadFishingBaseSkillLevel()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u areas for fishing base skill level in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
bool ObjectMgr::CheckDeclinedNames(std::wstring w_ownname, DeclinedName const& names)
@@ -7716,7 +7716,7 @@ void ObjectMgr::LoadGameTele()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 GameTeleports. DB table `game_tele` is empty!");
-
+
return;
}
@@ -7758,7 +7758,7 @@ void ObjectMgr::LoadGameTele()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u GameTeleports in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
GameTele const* ObjectMgr::GetGameTele(const std::string& name) const
@@ -7857,7 +7857,7 @@ void ObjectMgr::LoadMailLevelRewards()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 level dependent mail rewards. DB table `mail_level_reward` is empty.");
-
+
return;
}
@@ -7903,7 +7903,7 @@ void ObjectMgr::LoadMailLevelRewards()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u level dependent mail rewards in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::AddSpellToTrainer(uint32 entry, uint32 spell, uint32 spellCost, uint32 reqSkill, uint32 reqSkillValue, uint32 reqLevel)
@@ -8000,7 +8000,7 @@ void ObjectMgr::LoadTrainerSpell()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 Trainers. DB table `npc_trainer` is empty!");
-
+
return;
}
@@ -8024,7 +8024,7 @@ void ObjectMgr::LoadTrainerSpell()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %d Trainers in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
int ObjectMgr::LoadReferenceVendor(int32 vendor, int32 item, std::set<uint32> *skip_vendors)
@@ -8080,7 +8080,7 @@ void ObjectMgr::LoadVendors()
QueryResult result = WorldDatabase.Query("SELECT entry, item, maxcount, incrtime, ExtendedCost FROM npc_vendor ORDER BY entry, slot ASC");
if (!result)
{
-
+
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 Vendors. DB table `npc_vendor` is empty!");
return;
}
@@ -8115,7 +8115,7 @@ void ObjectMgr::LoadVendors()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %d Vendors in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadGossipMenu()
@@ -8129,7 +8129,7 @@ void ObjectMgr::LoadGossipMenu()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 gossip_menu entries. DB table `gossip_menu` is empty!");
-
+
return;
}
@@ -8157,7 +8157,7 @@ void ObjectMgr::LoadGossipMenu()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u gossip_menu entries in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadGossipMenuItems()
@@ -8176,7 +8176,7 @@ void ObjectMgr::LoadGossipMenuItems()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 gossip_menu_option entries. DB table `gossip_menu_option` is empty!");
-
+
return;
}
@@ -8221,7 +8221,7 @@ void ObjectMgr::LoadGossipMenuItems()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u gossip_menu_option entries in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::AddVendorItem(uint32 entry, uint32 item, int32 maxcount, uint32 incrtime, uint32 extendedCost, bool persist /*= true*/)
@@ -8384,7 +8384,7 @@ void ObjectMgr::LoadScriptNames()
if (!result)
{
-
+
sLog->outError(LOG_FILTER_SQL, ">> Loaded empty set of Script Names!");
return;
}
@@ -8400,7 +8400,7 @@ void ObjectMgr::LoadScriptNames()
std::sort(_scriptNamesStore.begin(), _scriptNamesStore.end());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %d Script Names in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
uint32 ObjectMgr::GetScriptId(const char *name)
@@ -8504,7 +8504,7 @@ void ObjectMgr::LoadCreatureClassLevelStats()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 creature base stats. DB table `creature_classlevelstats` is empty.");
-
+
return;
}
@@ -8553,7 +8553,7 @@ void ObjectMgr::LoadCreatureClassLevelStats()
}
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u creature base stats in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadFactionChangeAchievements()
@@ -8565,7 +8565,7 @@ void ObjectMgr::LoadFactionChangeAchievements()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 faction change achievement pairs. DB table `player_factionchange_achievement` is empty.");
-
+
return;
}
@@ -8590,7 +8590,7 @@ void ObjectMgr::LoadFactionChangeAchievements()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u faction change achievement pairs in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadFactionChangeItems()
@@ -8602,7 +8602,7 @@ void ObjectMgr::LoadFactionChangeItems()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 faction change item pairs. DB table `player_factionchange_items` is empty.");
-
+
return;
}
@@ -8627,7 +8627,7 @@ void ObjectMgr::LoadFactionChangeItems()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u faction change item pairs in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadFactionChangeSpells()
@@ -8639,7 +8639,7 @@ void ObjectMgr::LoadFactionChangeSpells()
if (!result)
{
sLog->outError(LOG_FILTER_SQL, ">> Loaded 0 faction change spell pairs. DB table `player_factionchange_spells` is empty.");
-
+
return;
}
@@ -8664,7 +8664,7 @@ void ObjectMgr::LoadFactionChangeSpells()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u faction change spell pairs in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
void ObjectMgr::LoadFactionChangeReputations()
@@ -8676,7 +8676,7 @@ void ObjectMgr::LoadFactionChangeReputations()
if (!result)
{
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded 0 faction change reputation pairs. DB table `player_factionchange_reputations` is empty.");
-
+
return;
}
@@ -8701,7 +8701,7 @@ void ObjectMgr::LoadFactionChangeReputations()
while (result->NextRow());
sLog->outInfo(LOG_FILTER_GENERAL, ">> Loaded %u faction change reputation pairs in %u ms", count, GetMSTimeDiffToNow(oldMSTime));
-
+
}
GameObjectTemplate const* ObjectMgr::GetGameObjectTemplate(uint32 entry)