summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-02-21 21:08:49 -0500
committerChuck Miller <shadowmil@gmail.com>2010-02-21 22:43:30 -0500
commitcf90688d139354eeba26d724495869ff9a6842ec (patch)
tree8fe8ea7c4a71d4bb8d08f74d28e863c03bbcf681 /src/being.cpp
parentc8b0d1e56f27c3141895d28b2fc768afffe7bb2d (diff)
downloadmana-client-cf90688d139354eeba26d724495869ff9a6842ec.tar.gz
mana-client-cf90688d139354eeba26d724495869ff9a6842ec.tar.bz2
mana-client-cf90688d139354eeba26d724495869ff9a6842ec.tar.xz
mana-client-cf90688d139354eeba26d724495869ff9a6842ec.zip
Handle packet 0x0195, and shows player's party name in a popup
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 33194e0e..247e193a 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -363,6 +363,17 @@ void Being::setShowName(bool doShowName)
}
}
+void Being::setGuildName(const std::string &name)
+{
+ logger->log("Got guild name \"%s\" for being %s(%i)", name.c_str(), mName.c_str(), mId);
+}
+
+
+void Being::setGuildPos(const std::string &pos)
+{
+ logger->log("Got guild position \"%s\" for being %s(%i)", pos.c_str(), mName.c_str(), mId);
+}
+
void Being::setMap(Map *map)
{
// Remove sprite from potential previous map