diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 10eb3b27d..f20735167 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1295,6 +1295,7 @@ int pc_calc_skilltree(struct map_session_data *sd) * Dummy skills must be added here otherwise they'll be displayed in the, * skill tree and since they have no icons they'll give resource errors **/ + case SM_SELFPROVOKE: case AB_DUPLELIGHT_MELEE: case AB_DUPLELIGHT_MAGIC: case WL_CHAINLIGHTNING_ATK: |