Skip to content

Commit d83c572

Browse files
committed
Support new Runewords from PTR 2.6.
#57
1 parent 892594f commit d83c572

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

Diablo Edit2/D2Item.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ void CExtItemInfo::WriteData(COutBitsStream& bs, DWORD version, BOOL bIsCharm, B
396396
default:
397397
ASSERT(FALSE && _T("Invalid item quality"));
398398
}
399-
if (bRuneWord) //
399+
if (bRuneWord) //runeword
400400
bs << bits(wRune, 16);
401401
if (bPersonalized) {
402402
int b = IsPtr24AndAbove(version) ? 8 : 7;

Diablo Edit2/DiabloEdit2.rc

0 Bytes
Binary file not shown.

Diablo Edit2/language.dat

89 Bytes
Binary file not shown.

Generate Data/language.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4768,3 +4768,8 @@
47684768
2785 Hustle 催促 催促
47694769
2786 Mosaic 嵌饰 嵌飾
47704770
2787 Metamorphosis 变化 變化
4771+
2788 Ground 接地 接地
4772+
2789 Temper 和缓 和緩
4773+
2790 Hearth 火炉 火爐
4774+
2791 Cure 治愈 治癒
4775+
2792 Bulwark 壁垒 壁壘

0 commit comments

Comments
 (0)