From 8ef332195f82d30f70435b69ba485640a19d80ed Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Feb 2015 12:53:10 +0300 Subject: Rename being board into sell board. --- src/net/eathena/vendinghandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/vendinghandler.cpp') diff --git a/src/net/eathena/vendinghandler.cpp b/src/net/eathena/vendinghandler.cpp index f63a35176..9f4218608 100644 --- a/src/net/eathena/vendinghandler.cpp +++ b/src/net/eathena/vendinghandler.cpp @@ -114,7 +114,7 @@ void VendingHandler::processShowBoard(Net::MessageIn &msg) const std::string shopName = msg.readString(80, "shop name"); Being *const dstBeing = actorManager->findBeing(id); if (dstBeing) - dstBeing->setBoard(shopName); + dstBeing->setSellBoard(shopName); } void VendingHandler::processHideBoard(Net::MessageIn &msg) @@ -122,7 +122,7 @@ void VendingHandler::processHideBoard(Net::MessageIn &msg) const int id = msg.readInt32("owner id"); Being *const dstBeing = actorManager->findBeing(id); if (dstBeing) - dstBeing->setBoard(std::string()); + dstBeing->setSellBoard(std::string()); if (dstBeing == localPlayer) { PlayerInfo::enableVending(false); -- cgit v1.2.3-60-g2f50