Revert "Added pcblock and checkpcblock script commands. (#3951)" (#4048)

This reverts commit 3e0d3d2fe6.
This commit is contained in:
Atemo
2019-03-26 16:41:14 +01:00
committed by GitHub
parent 3e0d3d2fe6
commit e4b41ef7e0
14 changed files with 19 additions and 169 deletions

View File

@@ -9319,9 +9319,6 @@ bool pc_can_attack( struct map_session_data *sd, int target_id ) {
if( pc_is90overweight(sd) || pc_isridingwug(sd) )
return false;
if (sd->state.block_action & PCBLOCK_ATTACK)
return false;
if( sd->sc.data[SC_BASILICA] ||
sd->sc.data[SC__SHADOWFORM] ||
sd->sc.data[SC_CURSEDCIRCLE_ATKER] ||