浏览代码

Exporting AG_NONE to script engine

Fixes assignment of group None in the achievement database

Thanks to @Everade
Lemongrass3110 4 年之前
父节点
当前提交
755f912c55
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);