From d44367690c93bfdee311464bb14eb4430760f4f3 Mon Sep 17 00:00:00 2001 From: aleos89 Date: Thu, 21 Dec 2017 13:00:15 -0500 Subject: [PATCH] Exported the pet catch constant * Exported to allow usage in scripts. --- src/map/script_constants.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index b13f2deda3..20291ac0e2 100644 --- a/src/map/script_constants.hpp +++ b/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