Follow up 80218e99e26df77d95e674098ce03eccf4ff09a6
This commit is contained in:
parent
80218e99e2
commit
c16cbc55ec
@ -121,7 +121,7 @@ uint64 ItemSynthesisDatabase::parseBodyNode(const YAML::Node &node) {
|
||||
bool item_synthesis_open(map_session_data *sd, unsigned int itemid) {
|
||||
nullpo_retr(false, sd);
|
||||
|
||||
if (pc_cant_act(sd))
|
||||
if (pc_cant_act2(sd) || (sd)->chatID)
|
||||
return false;
|
||||
|
||||
if (pc_is90overweight(sd) || !pc_inventoryblank(sd)) {
|
||||
|
@ -107,7 +107,7 @@ uint64 ItemUpgradeDatabase::parseBodyNode(const YAML::Node &node) {
|
||||
bool item_upgrade_open(map_session_data *sd, unsigned int itemid) {
|
||||
nullpo_retr(false, sd);
|
||||
|
||||
if (pc_cant_act(sd))
|
||||
if (pc_cant_act2(sd) || (sd)->chatID)
|
||||
return false;
|
||||
|
||||
if (pc_is90overweight(sd) || !pc_inventoryblank(sd)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user