mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Commands: fixed a typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user