diff options
author | leak <leakzx@googlemail.com> | 2011-01-26 01:03:35 +0100 |
---|---|---|
committer | leak <leakzx@googlemail.com> | 2011-01-26 01:03:35 +0100 |
commit | 137b079eea2c8bff3bfa33099c016502beeb868a (patch) | |
tree | 876ce4404a299c6ed7cccf79fc04d8ad4b29b385 /src/server/game/Loot/LootMgr.cpp | |
parent | 57f85ab7da3c1759a0cef3bd0497253c54bf1218 (diff) |
Core: Generic cleanup (tab2spaces/trailing whitespace removal)
Diffstat (limited to 'src/server/game/Loot/LootMgr.cpp')
-rwxr-xr-x | src/server/game/Loot/LootMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Loot/LootMgr.cpp b/src/server/game/Loot/LootMgr.cpp index 010d5dc03ba..dd924a31edd 100755 --- a/src/server/game/Loot/LootMgr.cpp +++ b/src/server/game/Loot/LootMgr.cpp @@ -1571,7 +1571,7 @@ void LoadLootTemplates_Item() sLog->outString(">> Loaded %u prospecting loot templates in %u ms", count, GetMSTimeDiffToNow(oldMSTime)); else sLog->outErrorDb(">> Loaded 0 prospecting loot templates. DB table `item_loot_template` is empty"); - + sLog->outString(); } @@ -1709,7 +1709,7 @@ void LoadLootTemplates_Mail() void LoadLootTemplates_Skinning() { sLog->outString("Loading skinning loot templates..."); - + uint32 oldMSTime = getMSTime(); LootIdSet ids_set, ids_setUsed; |