diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index f918ce9ca..007c4ee67 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4789,7 +4789,8 @@ int pc_checkallowskill(struct map_session_data *sd) SC_ADRENALINE, SC_ADRENALINE2, SC_DANCING, - SC_GATLINGFEVER + SC_GATLINGFEVER, + SC_FEARBREEZE }; const enum sc_type scs_list[] = { SC_AUTOGUARD, |