diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:15:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-03 14:15:03 -0300 |
commit | 67da60223982489d48feee78c85c52c620d0c5d8 (patch) | |
tree | 9e38c1700f9c4e01389c69ba4e805443c40dadb3 /src/emap/pc.c | |
parent | 9edc4c2e8a2e3df1706d652caad261b3843830ef (diff) | |
download | evol-hercules-67da60223982489d48feee78c85c52c620d0c5d8.tar.gz evol-hercules-67da60223982489d48feee78c85c52c620d0c5d8.tar.bz2 evol-hercules-67da60223982489d48feee78c85c52c620d0c5d8.tar.xz evol-hercules-67da60223982489d48feee78c85c52c620d0c5d8.zip |
Revert "Drop support for Required<> params in ItemDB"
This reverts commit 4a6c4e17275bc82c20bb768861ce8918d35b9965.
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index 22fb7c8..ec45cdc 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -293,7 +293,6 @@ int epc_isequip_post(int retVal, if (!data) return retVal; - /* if (sd->battle_status.str < data->requiredStr || sd->battle_status.agi < data->requiredAgi || sd->battle_status.vit < data->requiredVit || @@ -312,7 +311,6 @@ int epc_isequip_post(int retVal, { return 0; } - */ } return retVal; } |