Skip to content

Commit

Permalink
Forgot one.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsbench committed Sep 4, 2024
1 parent 20609ea commit ba6d4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptr_template.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ class createTemplate : public PlayerScript {
while (!excessiveItems.empty())
{
std::string subject = player->GetSession()->GetAcoreString(LANG_NOT_EQUIPPED_ITEM);
std::string content = player->GetSession()->GetAcoreString(MAIL_ERROR_EQUIP_BODY);
std::string content = player->GetSession()->GetModuleString(module_string, MAIL_ERROR_EQUIP_BODY)[0];

MailDraft draft(subject, content);
for (uint8 i = 0; !excessiveItems.empty() && i < MAX_MAIL_ITEMS; ++i)
Expand Down

0 comments on commit ba6d4e7

Please sign in to comment.