WowPacketParser
WowPacketParser copied to clipboard
World of Warcraft Packet Parser
Hi all, since I wanted to work on the topic discussed on [Trinitycore - Tool for Scripters/DB devs ](https://community.trinitycore.org/topic/12743-tool-for-scriptersdb-devs/), I think that a first preparation step needed is to format...
This program doesnt save to sql the waypoint data of any creature, if im wrong tell me how i can do it, please? ## --- Want to back this issue?...
The `IDataModels` in https://github.com/TrinityCore/WowPacketParser/tree/master/WowPacketParser/Store/Objects after 3ddbce572bddaf79c3d570cf406cc98d927acbad are using a lot of nullables which make the API a bit clumsy to use and in most cases the null fields do not...
Support current: https://github.com/TrinityCore/WowPacketParser/blob/888f64830cbf782dd4dd4ac61e2ed01762d46ca3/WowPacketParser/Store/Objects/ObjectName.cs#L9-L10 https://github.com/TrinityCore/WowPacketParser/blob/888f64830cbf782dd4dd4ac61e2ed01762d46ca3/WowPacketParser/Enums/ObjectType.cs#L3-L17 Should but: https://github.com/TrinityCore/WowPacketParser/blob/888f64830cbf782dd4dd4ac61e2ed01762d46ca3/WowPacketParser/Enums/StoreNameType.cs#L5-L29 https://github.com/TrinityCore/WowPacketParser/blob/888f64830cbf782dd4dd4ac61e2ed01762d46ca3/WowPacketParser/SQL/SQLDatabase.cs#L53-L61 ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29479773-create-objectnames-sql-output-is-broken?utm_campaign=plugin&utm_content=tracker%2F457228&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F457228&utm_medium=issues&utm_source=github).
Hey, Making an issue instead of a pull request because I'm not sure 100% sure if this is correct or not. I believe the latest parser (6.X) for this opcode...
We should exclude column "exp" from the parsing of legion packets Also broadcast_text have error, some columns start with 0 to n (progressive) It should be from 1 to n...
SMSGs are 1:1 2.5.4 however
Update fields will not work and I am not going near that
I belive it's most likely due to MailListEntry being wrong. https://github.com/TrinityCore/WowPacketParser/blob/0dec406127e02dfd17c9f9a1daf6b21779d47233/WowPacketParserModule.V6_0_2_19033/Parsers/MailHandler.cs#L32