diff --git a/src/map/script_constants.h b/src/map/script_constants.h index 9d6693d3f3..15ac2a1879 100644 --- a/src/map/script_constants.h +++ b/src/map/script_constants.h @@ -4,7 +4,7 @@ #ifndef _SCRIPT_CONSTANTS_H_ #define _SCRIPT_CONSTANTS_H_ - #define export_constant(a) script_set_constant(###a,a,false) + #define export_constant(a) script_set_constant(#a,a,false) /* server defines */ export_constant(PACKETVER);