diff options
-rw-r--r-- | src/map/pc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 723b2df7b..f93aa8835 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1351,7 +1351,6 @@ int pc_calc_skilltree(struct map_session_data *sd) case LG_OVERBRAND_BRANDISH: case LG_OVERBRAND_PLUSATK: case WM_SEVERE_RAINSTORM_MELEE: - case ALL_BUYING_STORE: continue; default: break; @@ -1406,10 +1405,6 @@ int pc_calc_skilltree(struct map_session_data *sd) )) continue; //Cannot be learned via normal means. Note this check DOES allows raising already known skills. - /* This thing is present in all skill trees (for whatever reason) and it crashes if gm w/o PC_PERM_ALL_SKILL uses @allskills */ - if( id == ALL_BUYING_STORE ) - continue; - sd->status.skill[id].id = id; if(inf2&INF2_SPIRIT_SKILL) { //Spirit skills cannot be learned, they will only show up on your tree when you get buffed. |