diff --git a/othire_win32.exe b/othire_win32.exe index fd93935bd..f0a79f20d 100644 Binary files a/othire_win32.exe and b/othire_win32.exe differ diff --git a/source/definitions.h b/source/definitions.h index 126ba8421..f2f05339f 100644 --- a/source/definitions.h +++ b/source/definitions.h @@ -21,7 +21,7 @@ #ifndef __OTSERV_DEFINITIONS_H__ #define __OTSERV_DEFINITIONS_H__ -#define OTSERV_VERSION "1.0" +#define OTSERV_VERSION "0.0.3" #define OTSERV_NAME "OTHire" #define OTSERV_CLIENT_VERSION "7.72" @@ -131,7 +131,7 @@ enum passwordType_t{ #define _MBCS #endif #ifdef _UNICODE - #undef _UNICODE + #undef _UNICODE #endif #ifdef UNICODE #undef UNICODE diff --git a/source/game.cpp b/source/game.cpp index 9a4735e18..64c133eb7 100644 --- a/source/game.cpp +++ b/source/game.cpp @@ -4052,12 +4052,6 @@ bool Game::combatChangeHealth(CombatType_t combatType, MagicEffectClasses custom addAnimatedText(list, targetPos, textColor, ss.str()); } - if(target->getHealth() <= 0){ - if(target->getMonster()){ - target->onDie(); - } - } - } } }