diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-02-10 18:11:32 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-02-10 18:11:32 +0800 |
commit | 9b5bb9aa894d63d1d9f2cafa91f90bc4922bf414 (patch) | |
tree | cba4c88a80d75d6609a328e6aec8726b6fa3d8b2 /src/map/pc.c | |
parent | 4c735df7d013901c5fc79984bd2206d2109f53d8 (diff) | |
download | hercules-9b5bb9aa894d63d1d9f2cafa91f90bc4922bf414.tar.gz hercules-9b5bb9aa894d63d1d9f2cafa91f90bc4922bf414.tar.bz2 hercules-9b5bb9aa894d63d1d9f2cafa91f90bc4922bf414.tar.xz hercules-9b5bb9aa894d63d1d9f2cafa91f90bc4922bf414.zip |
Fixed Bug#7988
-http://hercules.ws/board/tracker/issue-7988-royal-guard-exceed-break-causes-map-server-crash/
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
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 14e7d4661..e29ef343f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5206,7 +5206,8 @@ int pc_checkallowskill(struct map_session_data *sd) SC_LKCONCENTRATION, SC_EDP, #endif - SC_FEARBREEZE + SC_FEARBREEZE, + SC_EXEEDBREAK, }; const enum sc_type scs_list[] = { SC_AUTOGUARD, |