Browse Source

Fixed @allskills crashing with SM_SELFPROVOKE (doesn't have icon) -- Added it to list of skills not added to @allskills

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15600 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 năm trước cách đây
mục cha
commit
df656cee43
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/map/pc.c

+ 1 - 0
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: