Browse Source

Exported the pet catch constant
* Exported to allow usage in scripts.

aleos89 7 years ago
parent
commit
d44367690c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/map/script_constants.hpp

+ 3 - 0
src/map/script_constants.hpp

@@ -6099,6 +6099,9 @@
 	export_constant(HAT_EF_FSTONE);
 	export_constant(HAT_EF_MAGICCIRCLE);
 
+	/* pet catch */
+	export_constant(PET_CATCH_UNIVERSAL);
+
 	#undef export_constant
 	#undef export_constant2
 	#undef export_parameter