summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beingrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/beingrecv.cpp')
-rw-r--r--src/net/tmwa/beingrecv.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/tmwa/beingrecv.cpp b/src/net/tmwa/beingrecv.cpp
index 555b9b950..012042b00 100644
--- a/src/net/tmwa/beingrecv.cpp
+++ b/src/net/tmwa/beingrecv.cpp
@@ -1312,12 +1312,12 @@ void BeingRecv::processBeingResurrect(Net::MessageIn &msg)
BLOCK_END("BeingRecv::processBeingResurrect")
}
-void BeingRecv::processPlayerGuilPartyInfo(Net::MessageIn &msg)
+void BeingRecv::processPlayerGuildAndPartyInfo(Net::MessageIn &msg)
{
- BLOCK_START("BeingRecv::processPlayerGuilPartyInfo")
+ BLOCK_START("BeingRecv::processPlayerGuildAndPartyInfo")
if (actorManager == nullptr)
{
- BLOCK_END("BeingRecv::processPlayerGuilPartyInfo")
+ BLOCK_END("BeingRecv::processPlayerGuildAndPartyInfo")
return;
}
@@ -1347,7 +1347,7 @@ void BeingRecv::processPlayerGuilPartyInfo(Net::MessageIn &msg)
msg.readString(24, "guild pos");
msg.readString(24, "?");
}
- BLOCK_END("BeingRecv::processPlayerGuilPartyInfo")
+ BLOCK_END("BeingRecv::processPlayerGuildAndPartyInfo")
}
void BeingRecv::processBeingSelfEffect(Net::MessageIn &msg)