Преглед изворни кода

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);