summaryrefslogtreecommitdiff
path: root/src/emap/skill_const.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r--src/emap/skill_const.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c
index 6161e64..1aadf4d 100644
--- a/src/emap/skill_const.c
+++ b/src/emap/skill_const.c
@@ -23,5 +23,6 @@ void eskill_addskill_conststants(void)
// sc
script->set_constant("SC_PHYSICAL_SHIELD", SC_PHYSICAL_SHIELD, false, false);
+ script->set_constant("SC_HALT_REGENERATION", SC_HALT_REGENERATION, false, false);
script->constdb_comment(NULL);
}