Skip to content

Commit

Permalink
feat: 13.40 hex values (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Aug 12, 2024
1 parent e9e4578 commit 0ccd490
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, 0x5f, 0x7b}
var removeBattleyeHex = []byte{0x8d, 0x4d, 0xb4, 0xeb, 0x0e, 0xe8, 0x5f, 0x7b}
var battleyeHex = []byte{0x8d, 0x4d, 0xb4, 0x75, 0x0e, 0xe8, 0xb4, 0x53}
var removeBattleyeHex = []byte{0x8d, 0x4d, 0xb4, 0xeb, 0x0e, 0xe8, 0xb4, 0x53}

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

0 comments on commit 0ccd490

Please sign in to comment.