Skip to content

Commit

Permalink
Support new Runewords from PTR 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
daidodo committed Feb 3, 2023
1 parent 892594f commit d83c572
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Diablo Edit2/D2Item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void CExtItemInfo::WriteData(COutBitsStream& bs, DWORD version, BOOL bIsCharm, B
default:
ASSERT(FALSE && _T("Invalid item quality"));
}
if (bRuneWord) //
if (bRuneWord) //runeword
bs << bits(wRune, 16);
if (bPersonalized) {
int b = IsPtr24AndAbove(version) ? 8 : 7;
Expand Down
Binary file modified Diablo Edit2/DiabloEdit2.rc
Binary file not shown.
Binary file modified Diablo Edit2/language.dat
Binary file not shown.
5 changes: 5 additions & 0 deletions Generate Data/language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4768,3 +4768,8 @@
2785 Hustle 催促 催促
2786 Mosaic 嵌饰 嵌飾
2787 Metamorphosis 变化 變化
2788 Ground 接地 接地
2789 Temper 和缓 和緩
2790 Hearth 火炉 火爐
2791 Cure 治愈 治癒
2792 Bulwark 壁垒 壁壘

0 comments on commit d83c572

Please sign in to comment.