From 01325e835a18e17be4d0dcd88ac853aa875bf47f Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 17 Feb 2012 18:46:07 +0000 Subject: 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 --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.c') 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: -- cgit v1.2.3-60-g2f50