mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
SMSG_STANDSTATE_UPDATE: - Parse uint8 stand state from server confirmation packet - Store in standState_ member (0=stand, 7=dead, 8=kneel, etc.) - Expose getStandState(), isSitting(), isDead(), isKneeling() accessors SMSG_ITEM_PUSH_RESULT: - Parse full WotLK 3.3.5a payload: guid, received, created, showInChat, bagSlot, itemSlot, itemId, suffixFactor, randomPropertyId, count, totalCount - Show "Received: <name> x<count>" chat notification when showInChat=1 - Queue item info lookup via queryItemInfo so name resolves asap |
||
|---|---|---|
| .. | ||
| character.hpp | ||
| entity.hpp | ||
| expansion_profile.hpp | ||
| game_handler.hpp | ||
| group_defines.hpp | ||
| inventory.hpp | ||
| opcode_aliases_generated.inc | ||
| opcode_enum_generated.inc | ||
| opcode_names_generated.inc | ||
| opcode_table.hpp | ||
| opcodes.hpp | ||
| packet_parsers.hpp | ||
| player.hpp | ||
| spell_defines.hpp | ||
| transport_manager.hpp | ||
| update_field_table.hpp | ||
| warden_crypto.hpp | ||
| warden_emulator.hpp | ||
| warden_memory.hpp | ||
| warden_module.hpp | ||
| world.hpp | ||
| world_packets.hpp | ||
| zone_manager.hpp | ||