diff options
Diffstat (limited to 'src/emap/skill_const.c')
-rw-r--r-- | src/emap/skill_const.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/skill_const.c b/src/emap/skill_const.c index 1aadf4d..e4f7aa2 100644 --- a/src/emap/skill_const.c +++ b/src/emap/skill_const.c @@ -24,5 +24,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->set_constant("SC_BOTTER_SYNDROME", SC_BOTTER_SYNDROME, false, false); script->constdb_comment(NULL); } |