[Info] Adding textual feedback when trying to sell alt items back to … (#3917)

* [Info] Adding textual feedback when trying to sell alt items back to vendor when disabled.

* requested changes
This commit is contained in:
Fryguy
2024-01-08 11:34:58 -05:00
committed by GitHub
parent e5db19965f
commit 3e958c575b
+1
View File
@@ -2740,6 +2740,7 @@ void Client::Handle_OP_AltCurrencySell(const EQApplicationPacket *app)
}
if (!RuleB(Merchant, EnableAltCurrencySell)) {
Message(Chat::Red, "Selling alternate currency items is disabled.");
return;
}