We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20609ea commit ba6d4e7Copy full SHA for ba6d4e7
src/ptr_template.cpp
@@ -446,7 +446,7 @@ class createTemplate : public PlayerScript {
446
while (!excessiveItems.empty())
447
{
448
std::string subject = player->GetSession()->GetAcoreString(LANG_NOT_EQUIPPED_ITEM);
449
- std::string content = player->GetSession()->GetAcoreString(MAIL_ERROR_EQUIP_BODY);
+ std::string content = player->GetSession()->GetModuleString(module_string, MAIL_ERROR_EQUIP_BODY)[0];
450
451
MailDraft draft(subject, content);
452
for (uint8 i = 0; !excessiveItems.empty() && i < MAX_MAIL_ITEMS; ++i)
0 commit comments