mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix (Core/CodeReduction) TC_ removal (#10162)
TC_ remove from any commit out TC_LOG in the event when we do need to run debug logging, we can just remove the // instead of // TC_
This commit is contained in:
@@ -237,7 +237,7 @@ public:
|
||||
Acore::CreatureListSearcher<Acore::AllCreaturesOfEntryInRange> searcher(me, templist, check);
|
||||
Cell::VisitGridObjects(me, searcher, me->GetGridActivationRange());
|
||||
|
||||
//TC_LOG_ERROR("scripts", "Eggs %d at middle", templist.size());
|
||||
//LOG_ERROR("scripts", "Eggs %d at middle", templist.size());
|
||||
if (templist.empty())
|
||||
return false;
|
||||
|
||||
@@ -514,7 +514,7 @@ public:
|
||||
Acore::CreatureListSearcher<Acore::AllCreaturesOfEntryInRange> searcher(me, templist, check);
|
||||
Cell::VisitGridObjects(me, searcher, me->GetGridActivationRange());
|
||||
|
||||
//TC_LOG_ERROR("scripts", "Eggs %d at %d", templist.size(), side);
|
||||
//LOG_ERROR("scripts", "Eggs %d at %d", templist.size(), side);
|
||||
|
||||
for (std::list<Creature*>::const_iterator i = templist.begin(); i != templist.end() && num > 0; ++i)
|
||||
if ((*i)->GetDisplayId() != 11686)
|
||||
|
||||
Reference in New Issue
Block a user