mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
[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:
parent
e5db19965f
commit
3e958c575b
@ -2740,6 +2740,7 @@ void Client::Handle_OP_AltCurrencySell(const EQApplicationPacket *app)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!RuleB(Merchant, EnableAltCurrencySell)) {
|
if (!RuleB(Merchant, EnableAltCurrencySell)) {
|
||||||
|
Message(Chat::Red, "Selling alternate currency items is disabled.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user