Skip to content

Commit

Permalink
Update Character.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rcyggdra committed Feb 5, 2024
1 parent 95baf44 commit b9c36b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQ11/Character.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public Character(uint address)
Item.Add(new CharItem(mBaseAddress + 0x24 + i * 2));
}

Status.Add(new CharStatus(mBaseAddress + 0x12, 7) { Name = "领域" });
Status.Add(new CharStatus(mBaseAddress + 0x12, 7) { Name = "战域" });
Status.Add(new CharStatus(mBaseAddress + 0x12, 1) { Name = "中毒" });
Status.Add(new CharStatus(mBaseAddress + 0x12, 2) { Name = "诅咒" });
Status.Add(new CharStatus(mBaseAddress + 0x12, 3) { Name = "诅咒" });
Expand Down

0 comments on commit b9c36b3

Please sign in to comment.