Kelsidavis-WoWee/include/game
Kelsi 3043cc5203 Fix loot and gossip opcode values for 3.3.5a
Corrected CMSG_AUTOSTORE_LOOT_ITEM (0x162→0x108), CMSG_LOOT_RELEASE
(0x15E→0x15F), SMSG_LOOT_REMOVED (0x163→0x162), SMSG_LOOT_MONEY_NOTIFY
(0x164→0x163), and gossip opcodes (CMSG_GOSSIP_HELLO 0x17C→0x17B,
CMSG_GOSSIP_SELECT_OPTION 0x17E→0x17C, SMSG_GOSSIP_COMPLETE 0x17F→0x17E).
Added missing CMSG_LOOT_MONEY (0x15E).
2026-02-06 09:14:16 -08:00
..
character.hpp Add 3D character model preview to character creation screen 2026-02-05 14:58:45 -08:00
entity.hpp Fix online mode combat and implement server inventory sync 2026-02-06 03:11:43 -08:00
game_handler.hpp Fix lantern glow rendering and add NPC combat animations 2026-02-06 03:39:36 -08:00
group_defines.hpp Add gameplay systems: combat, spells, groups, loot, vendors, and UI 2026-02-04 10:31:03 -08:00
inventory.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
npc_manager.hpp Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
opcodes.hpp Fix loot and gossip opcode values for 3.3.5a 2026-02-06 09:14:16 -08:00
player.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
spell_defines.hpp Add gameplay systems: combat, spells, groups, loot, vendors, and UI 2026-02-04 10:31:03 -08:00
world.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
world_packets.hpp Add movement packed GUID, inventory money display, and character screen buttons 2026-02-06 03:24:46 -08:00
zone_manager.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00