Scripts/Commands: fixed a typo

This commit is contained in:
Ovahlord
2020-07-07 02:15:46 +02:00
parent 750ff8f3ce
commit b30f90cfb0

View File

@@ -374,7 +374,6 @@ public:
ItemTemplateContainer const* its = sObjectMgr->GetItemTemplateStore();
for (ItemTemplateContainer::const_iterator itr = its->begin(); itr != its->end(); ++itr)
{
printf("sessionlocale = %u\n", handler->GetSessionDbcLocale());
std::string name = itr->second.GetName(handler->GetSessionDbcLocale());
if (name.empty())
continue;