Core/Misc: Removed references to item_template in logs
Port From (https://github.com/TrinityCore/TrinityCore/commit/4746331f495129f79531f4af0984aa0bd90eebda)
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Game.Chat
|
||||
bool found = false;
|
||||
uint count = 0;
|
||||
|
||||
// Search in `item_template`
|
||||
// Search in ItemSparse
|
||||
var its = Global.ObjectMgr.GetItemTemplates();
|
||||
foreach (var template in its.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user