From 13522ef2c95b5341c7851cf54b4b090446d84376 Mon Sep 17 00:00:00 2001 From: Sophie R Date: Thu, 6 Apr 2023 14:44:27 +0200 Subject: [PATCH] Fix pointerGender offset being wrong Every character seems to be assigned as male no matter what and changing the offset to 0x51 fixes this. --- server/channelserver/handlers_character.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/channelserver/handlers_character.go b/server/channelserver/handlers_character.go index 7de800e04..165580fe7 100644 --- a/server/channelserver/handlers_character.go +++ b/server/channelserver/handlers_character.go @@ -12,7 +12,7 @@ import ( ) const ( - pointerGender = 0x81 // +1 + pointerGender = 0x51 // +1 pointerRP = 0x22D16 // +2 pointerHouseTier = 0x1FB6C // +5 pointerHouseData = 0x1FE01 // +195