Jelajahi Sumber

Exporting AG_NONE to script engine

Fixes assignment of group None in the achievement database

Thanks to @Everade
Lemongrass3110 4 tahun lalu
induk
melakukan
755f912c55
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/map/script_constants.hpp

+ 1 - 0
src/map/script_constants.hpp

@@ -5233,6 +5233,7 @@
 	export_constant(USW_ALL);
 
 	/* achievement groups */
+	export_constant(AG_NONE);
 	export_constant(AG_ADD_FRIEND);
 	export_constant(AG_ADVENTURE);
 	export_constant(AG_BABY);