From d2d734ce0983fbed72e69f555f57f29de04f30b3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 9 Mar 2013 00:04:28 -0300 Subject: Hercules Renewal'd Pin Code Feature is not, I repeat, NOT complete. the decryption is not fully functional which leads to dial values different from the ones the player used. Credits: lemongrass3110 for the base yommy for the packets LightFighter for the decrypt function (altho its not stable :P) Signed-off-by: shennetsind --- src/char/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/char/CMakeLists.txt') diff --git a/src/char/CMakeLists.txt b/src/char/CMakeLists.txt index 8c71a3b4c..9413ff303 100644 --- a/src/char/CMakeLists.txt +++ b/src/char/CMakeLists.txt @@ -23,6 +23,7 @@ set( SQL_CHAR_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/int_quest.h" "${CMAKE_CURRENT_SOURCE_DIR}/int_storage.h" "${CMAKE_CURRENT_SOURCE_DIR}/inter.h" + "${CMAKE_CURRENT_SOURCE_DIR}/pincode.h" ) set( SQL_CHAR_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/char.c" @@ -37,6 +38,7 @@ set( SQL_CHAR_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/int_quest.c" "${CMAKE_CURRENT_SOURCE_DIR}/int_storage.c" "${CMAKE_CURRENT_SOURCE_DIR}/inter.c" + "${CMAKE_CURRENT_SOURCE_DIR}/pincode.c" ) set( DEPENDENCIES common_sql ) set( LIBRARIES ${GLOBAL_LIBRARIES} ) -- cgit v1.2.3-60-g2f50