You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description to unique, scrolls, stackable, quest items are missing in UIImageTooltipDlg.cpp
I once added a check here once to see if the szRemark string had a size bigger than 0-1 then did index++.
But since we want to stick to official behavior I will leave this to someone else.
Use case
Implement It's giving me ebola
Are you willing to work on and submit a PR to address the issue?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
if (!spItem->pItemBasic->szRemark.empty()) { // szRemark is not empty, proceed with setting it
m_pStr[iIndex]->SetStyle(UI_STR_TYPE_HALIGN, UISTYLE_STRING_ALIGNCENTER);
sprintf(szBuff, spItem->pItemBasic->szRemark.c_str());
m_pstdstr[iIndex] = szBuff;
iIndex++;
}
Search before asking
Description
Description to unique, scrolls, stackable, quest items are missing in UIImageTooltipDlg.cpp
I once added a check here once to see if the szRemark string had a size bigger than 0-1 then did index++.
But since we want to stick to official behavior I will leave this to someone else.
Use case
Implement It's giving me ebola
Are you willing to work on and submit a PR to address the issue?
The text was updated successfully, but these errors were encountered: