From 2b3b773d1b902eb0797e2d9fc034d63559af87a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Jun 2015 16:54:10 +0300 Subject: Move processPvpSet from ea namespace into eathena and tmwa. --- src/net/tmwa/beinghandler.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/net/tmwa/beinghandler.cpp') diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp index a9b324b1e..b57269f32 100644 --- a/src/net/tmwa/beinghandler.cpp +++ b/src/net/tmwa/beinghandler.cpp @@ -1608,4 +1608,19 @@ void BeingHandler::processIpResponse(Net::MessageIn &msg) BLOCK_END("BeingHandler::processIpResponse") } +void BeingHandler::processPvpSet(Net::MessageIn &msg) +{ + BLOCK_START("BeingHandler::processPvpSet") + const BeingId id = msg.readBeingId("being id"); + const int rank = msg.readInt32("rank"); + msg.readInt32("num"); + if (actorManager) + { + Being *const dstBeing = actorManager->findBeing(id); + if (dstBeing) + dstBeing->setPvpRank(rank); + } + BLOCK_END("BeingHandler::processPvpSet") +} + } // namespace TmwAthena -- cgit v1.2.3-60-g2f50