Zyres
Zyres
**Description**: The current missing data in our db. **Steps to reproduce the problem**: 1. Start AE **Expansion version**: - Patch 3.3.5 - WoTLK Quest ~~13:22:29 [INFO][DEBUG]: Quest 9348 has `ReqCreatureOrGOId1`...
**Description**: Our Loot seems to be incorrect. @Appled suggested to rewite the loot system. In this issue we will collect all issues with the current system. Ask Appled for more...
**Description**: Instead of duplicate extractors for every version, it would be neat to have a multiversion extractor. - [ ] Multiversion extractors - - [x] DBC/DB2 - - - [x]...
**Description**: Playeritems.charges is not able to store all possible charges for an item! We load 5 spells + charges from item_properties but we can only save one charge value (for...
Spell ID: 49938 http://wotlk.openwow.com/spell=49938 Damage scaling is not correct
**Description**: Currently the dungeonbrowser does not work (missing/wrong packet handlers) [CLIENT]: received CMSG_LFG_LOCK_INFO_REQUEST (0x412) of 1 bytes. [CLIENT]: received CMSG_LFG_LOCK_INFO_REQUEST (0x412) of 1 bytes. CMSG_LFG_LOCK_INFO_REQUEST received from player CMSG_LFG_LOCK_INFO_REQUEST received...
Missing handlers for calendar opcodes: ``` WorldPacketHandlers[CMSG_CALENDAR_GET_CALENDAR].handler = &WorldSession::HandleCalendarGetCalendar; WorldPacketHandlers[CMSG_CALENDAR_COMPLAIN].handler = &WorldSession::HandleCalendarComplain; WorldPacketHandlers[CMSG_CALENDAR_GET_NUM_PENDING].handler = &WorldSession::HandleCalendarGetNumPending; WorldPacketHandlers[CMSG_CALENDAR_ADD_EVENT].handler = &WorldSession::HandleCalendarAddEvent; WorldPacketHandlers[CMSG_CALENDAR_GET_EVENT].handler = &WorldSession::HandleCalendarGetEvent; WorldPacketHandlers[CMSG_CALENDAR_GET_EVENT].status = STATUS_LOGGEDIN; WorldPacketHandlers[CMSG_CALENDAR_GUILD_FILTER].handler = &WorldSession::HandleCalendarGuildFilter; WorldPacketHandlers[CMSG_CALENDAR_GUILD_FILTER].status = STATUS_LOGGEDIN;...
**Description**: Missing handler for CMSG_VIOLENCE_LEVEL
**Description**: Missing handler for CMSG_REQUEST_CATEGORY_COOLDOWNS
**Description**: I'm pretty happy with this issue since we stuck on enter world for Mop. It seems the latest changes on develop cleaned up some missing data. However, the client...