From 5547c40f0d46379cab85c9f0ceea6bf3d3558f1c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 20 Apr 2023 12:09:38 +0800 Subject: [PATCH] 1 --- server/gameserver/mt/GuideStep.h | 6 ++++++ 1 file changed, 6 insertions(+) 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")