diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-03-25 23:35:10 +0000 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2024-03-25 23:35:10 +0000 |
commit | 9d3fa3c50c0f0668b20ff0d5b7f760f46290e21c (patch) | |
tree | 6f48e06bc837f5bc7bf35bb54e3e205b2232762c /src/net/tmwa/packetsin.inc | |
parent | 6243e38c2f13754d11b750ffee069dd1542f905e (diff) | |
download | manaverse-9d3fa3c50c0f0668b20ff0d5b7f760f46290e21c.tar.gz manaverse-9d3fa3c50c0f0668b20ff0d5b7f760f46290e21c.tar.bz2 manaverse-9d3fa3c50c0f0668b20ff0d5b7f760f46290e21c.tar.xz manaverse-9d3fa3c50c0f0668b20ff0d5b7f760f46290e21c.zip |
Typofix Guil -> Guild and insert And
See merge request mana/plus!64
Diffstat (limited to 'src/net/tmwa/packetsin.inc')
-rw-r--r-- | src/net/tmwa/packetsin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/packetsin.inc b/src/net/tmwa/packetsin.inc index 87e62ebcf..dbfdbd494 100644 --- a/src/net/tmwa/packetsin.inc +++ b/src/net/tmwa/packetsin.inc @@ -91,7 +91,7 @@ packet(SMSG_PLAYER_ATTACK_RANGE, 0x013a, 4, &Ea::InventoryRecv::proc packet(SMSG_PLAYER_CHAT, 0x008e, -1, &ChatRecv::processChat, 0); packet(SMSG_PLAYER_EQUIP, 0x00aa, 7, &InventoryRecv::processPlayerEquip, 0); packet(SMSG_PLAYER_EQUIPMENT, 0x00a4, -1, &InventoryRecv::processPlayerEquipment, 0); -packet(SMSG_PLAYER_GUILD_PARTY_INFO, 0x0195, 102, &BeingRecv::processPlayerGuilPartyInfo, 0); +packet(SMSG_PLAYER_GUILD_PARTY_INFO, 0x0195, 102, &BeingRecv::processPlayerGuildAndPartyInfo, 0); packet(SMSG_PLAYER_INVENTORY, 0x01ee, -1, &InventoryRecv::processPlayerInventory, 0); packet(SMSG_PLAYER_INVENTORY_ADD, 0x00a0, 23, &InventoryRecv::processPlayerInventoryAdd, 0); packet(SMSG_PLAYER_INVENTORY_REMOVE, 0x00af, 6, &InventoryRecv::processPlayerInventoryRemove, 0); |