Skip to content

Commit

Permalink
feat: 13.21 hex values (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
luan authored Nov 12, 2023
1 parent d8669cc commit c83ae84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edit/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ var (
)

var paddingByte = []byte{0x20}
var battleyeHex = []byte{0x8d, 0x4d, 0xb4, 0x75, 0x0e, 0xe8, 0xb5, 0x6c}
var removeBattleyeHex = []byte{0x8d, 0x4d, 0xb4, 0xeb, 0x0e, 0xe8, 0xb5, 0x6c}
var battleyeHex = []byte{0x8d, 0x8d, 0x4c, 0xff, 0xff, 0xff, 0x75, 0x0e}
var removeBattleyeHex = []byte{0x8d, 0x8d, 0x4c, 0xff, 0xff, 0xff, 0xeb, 0x0e}

func Edit(tibiaExe string) {
err := viper.ReadInConfig()
Expand Down

0 comments on commit c83ae84

Please sign in to comment.