Explorar o código

Fixes MF_FLEE_PENALTY parsing

aleos hai 1 ano
pai
achega
4a48b64566
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/map/npc.cpp

+ 2 - 1
src/map/npc.cpp

@@ -5555,7 +5555,8 @@ const char* npc_parse_mapflag(char* w1, char* w2, char* w3, char* w4, const char
 			break;
 		}
 
-		case MF_INVINCIBLE_TIME: {
+		case MF_INVINCIBLE_TIME:
+		case MF_FLEE_PENALTY: {
 				union u_mapflag_args args = {};
 
 				if (sscanf(w4, "%11d", &args.flag_val) < 1)