Skip to content

Commit ba6d4e7

Browse files
committed
Forgot one.
1 parent 20609ea commit ba6d4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptr_template.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ class createTemplate : public PlayerScript {
446446
while (!excessiveItems.empty())
447447
{
448448
std::string subject = player->GetSession()->GetAcoreString(LANG_NOT_EQUIPPED_ITEM);
449-
std::string content = player->GetSession()->GetAcoreString(MAIL_ERROR_EQUIP_BODY);
449+
std::string content = player->GetSession()->GetModuleString(module_string, MAIL_ERROR_EQUIP_BODY)[0];
450450

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

0 commit comments

Comments
 (0)