mirror of
https://github.com/azerothcore/mod-transmog
synced 2025-11-29 22:48:30 +08:00
chore: Remove debugging output & Cleanup
This commit is contained in:
@@ -192,8 +192,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
LOG_DEBUG("module", "Transmog Error {}", error);
|
||||
// .transmog add set 699
|
||||
if (!added && error > 0)
|
||||
{
|
||||
handler->SendSysMessage(error);
|
||||
@@ -201,7 +199,6 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
int locale = handler->GetSessionDbcLocale();
|
||||
std::string setName = set->name[locale];
|
||||
std::string nameLink = handler->playerLink(target->GetName());
|
||||
|
||||
Reference in New Issue
Block a user