Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from xiaoqch/master
Browse files Browse the repository at this point in the history
fix getEnderChestContainer offset
  • Loading branch information
twoone-3 authored Oct 1, 2021
2 parents 7c9c9bd + 6bc8906 commit 54fe96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Container* Player::getArmorContainer() {
//获取末影箱

Container* Player::getEnderChestContainer() {
return FETCH(Container*, this + 4360);//IDA ReplaceItemCommand::execute 1086
return FETCH(Container*, this + 4440);//IDA ReplaceItemCommand::execute 1086
}

//设置一个装备
Expand Down

0 comments on commit 54fe96c

Please sign in to comment.