Explorar o código

Fixed compile error when ADJUST_SKILL_DAMAGE macro is defined

Jittapan Pluemsumran %!s(int64=8) %!d(string=hai) anos
pai
achega
e87626cc76
Modificáronse 1 ficheiros con 1 adicións e 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 {