Explorar el Código

Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined

Jittapan Pluemsumran hace 8 años
padre
commit
e87626cc76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/map/map.h

+ 1 - 1
src/map/map.h

@@ -590,7 +590,7 @@ struct s_skill_damage {
 		other; ///< Rate to Other target
 	uint8 caster; ///< Caster type
 };
-struct eri *map_skill_damage_ers;
+extern struct eri *map_skill_damage_ers;
 #endif
 
 struct questinfo_req {