瀏覽代碼

Follow up to 6d962d7
* Corrected a missed constant rename which caused a compile error.

aleos89 8 年之前
父節點
當前提交
399d11cd78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/script_constants.h

+ 1 - 1
src/map/script_constants.h

@@ -3698,7 +3698,7 @@
 	export_constant(IG_HOLY_EGG_2);
 	export_constant(IG_ADVENTURER_RETURNS_SUPPORT_BOX);
 	export_constant(IG_SUPPORT_PACKAGE);
-	export_constant(IG_Support_Package_10);
+	export_constant(IG_SUPPORT_PACKAGE_10);
 	export_constant(IG_EVENT_ALMIGHTY_BOX);
 	export_constant(IG_EVENT_ALMIGHTY_BOX_100);
 	export_constant(IG_LOTTOBOX1);