diff --git a/server/gameserver/mt/GuideStep.h b/server/gameserver/mt/GuideStep.h index e7bf85cc..c73da472 100644 --- a/server/gameserver/mt/GuideStep.h +++ b/server/gameserver/mt/GuideStep.h @@ -6,6 +6,12 @@ namespace mt { + const int MOVE_TARGET_GUIDE_STEP = 1; + const int MOVE_TARGET_AND_PICKUP_GUIDE_STEP = 2; + const int KILL_ENEMY_GUIDE_STEP = 3; + const int USE_SKILL_AND_KILL_ENEMY_GUIDE_STEP = 4; + const int USE_SKILL_GUIDE_STEP = 5; + DECLARE_ID_TABLE(GuideStep, mtb::GuideStep, "guideStep@guideStep.json", "id")