diff options
Diffstat (limited to 'src/map/skill.h')
-rw-r--r-- | src/map/skill.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index f485e3394..f27a47f5a 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -41,6 +41,10 @@ #define INF2_PARTY_ONLY 1024
#define INF2_GUILD_ONLY 2048
+//Walk intervals at which chase-skills are attempted to be triggered.
+//Note that every 2 is an actual cell walked.
+#define WALK_SKILL_INTERVAL 6
+
// スキルデ?タベ?ス
struct skill_db {
char *name;
|