summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-11-13 00:43:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-11-13 00:43:30 +0300
commit50ff01c7d46090e15e6f7fbf1828234dd43cf5fa (patch)
tree630ea30956ac52cc7d9316f28c85d4d37f076124 /src/net/eathena/packetsin.inc
parent2300cbef216ff22275854e7fe76752a31a947bdc (diff)
downloadManaVerse-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.gz
ManaVerse-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.bz2
ManaVerse-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.tar.xz
ManaVerse-50ff01c7d46090e15e6f7fbf1828234dd43cf5fa.zip
Impliment packet SMSG_GRAFFITI_VISIBLE.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 7c35c31b1..30c7a526b 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -148,7 +148,7 @@ packet(SMSG_FRIENDS_REQUEST_ACK, 0x0209, 36, &FriendsRecv::processReq
packet(SMSG_GLADIATOR_FEEL_REQUEST, 0x0253, 3, &BeingRecv::processGladiatorFeelRequest);
packet(SMSG_GM_CHAT, 0x009a, -1, &ChatRecv::processGmChat);
packet(SMSG_GM_CHAT2, 0x01c3, -1, &ChatRecv::processGmChat2);
-packet(SMSG_GRAFFITI_VISIBLE, 0x01c9, 97, &ItemRecv::processGraffiti);
+packet(SMSG_GRAFFITI_VISIBLE, 0x01c9, 97, &BeingRecv::processGraffiti);
packet(SMSG_GUILD_ALIANCE_INFO, 0x014c, -1, &Ea::GuildRecv::processGuildAlianceInfo);
packet(SMSG_GUILD_ALLIANCE_ADDED_DISABLED, 0x0185, 34, nullptr);
packet(SMSG_GUILD_BASIC_INFO, 0x01b6, 114, &Ea::GuildRecv::processGuildBasicInfo);