From a53600aebfb9c31c3460742d114936ed43a01f23 Mon Sep 17 00:00:00 2001 From: Mind Rapist Date: Sat, 20 Dec 2025 01:22:23 +0200 Subject: [PATCH] MR-2: Auto-revert POS_FIGHTING after inactivity + Realtime character level updates --- src/common/service.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/common/service.h b/src/common/service.h index 749637b..8d466a3 100644 --- a/src/common/service.h +++ b/src/common/service.h @@ -7,15 +7,4 @@ #define __PET_SYSTEM__ #define __UDP_BLOCK__ -#define FIX_HEADER_CG_MARK_LOGIN // Fix for syserr error header 100 (login phase does not handle this packet! header 100); -#define FIX_NEG_CMD_CORE_DOWNER // Fix core downer after negative command value (mobs, items, etc...) -#define FIX_NEG_HP // Fix negative HP value when dead -#define FIX_MESSENGER_ACTION_SYNC // Fix companion messenger updates when being deleted by a friend -#define CHAR_SELECT_STATS_IMPROVEMENT // Improve stats values in character select screen -#define CROSS_CHANNEL_FRIEND_REQUEST // Allow friend requests across different channels -#define FIX_REFRESH_SKILL_COOLDOWN // Fix cooldown display time on skill slots -#define FIX_BOOK_READING_FOR_MAX_LEVEL // Disable experience point deduction for reading a book when in max level -#define FIX_BATTLE_INACTIVITY_TIMEOUT // by #tw1x1: Add battle mode inactivity timeout and reset to standing -#define __BL_LEVEL_FIX__ // Live character level updates - #endif