diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-17 18:46:07 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-02-17 18:46:07 +0000 |
commit | 01325e835a18e17be4d0dcd88ac853aa875bf47f (patch) | |
tree | cd03d1eb65a6c78301b6e9be6534329f0f1680ef /src/map/pc.c | |
parent | 0a2bd24600eb5596c42374391be07f9327cdb754 (diff) | |
download | hercules-01325e835a18e17be4d0dcd88ac853aa875bf47f.tar.gz hercules-01325e835a18e17be4d0dcd88ac853aa875bf47f.tar.bz2 hercules-01325e835a18e17be4d0dcd88ac853aa875bf47f.tar.xz hercules-01325e835a18e17be4d0dcd88ac853aa875bf47f.zip |
Fixed @allskills crashing with SM_SELFPROVOKE (doesn't have icon) -- Added it to list of skills not added to @allskills
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15600 54d463be-8e91-2dee-dedb-b68131a5f0ec
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: |