Browse Source

Exporting AG_NONE to script engine

Fixes assignment of group None in the achievement database

Thanks to @Everade
Lemongrass3110 4 năm trước cách đây
mục cha
commit
755f912c55
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);