diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index fbeee7300..c07840993 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -174,7 +174,8 @@ enum { // struct map_session_data の status_changeの番?テ?ブル SC_LANDPROTECTOR =193, SC_ADAPTATION =194, SC_CHASEWALK =195, - SC_REGENERATION =196, + SC_REGENERATION =196, + SC_GUILDAURA =199 }; extern int SkillStatusChangeTable[]; |