WowPacketParser icon indicating copy to clipboard operation
WowPacketParser copied to clipboard

creature_template parsing error

Open LuigiElleBalotta opened this issue 7 years ago • 2 comments

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 (progressive) Example: ID0, ID1 --> ID1, ID2

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38587962-creature_template-parsing-error?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).

LuigiElleBalotta avatar Oct 20 '16 15:10 LuigiElleBalotta

Also, some tables doesn't have the delete statement before the insert! Someone should do all the checks

LuigiElleBalotta avatar Oct 21 '16 08:10 LuigiElleBalotta

Some other problem with template is:

exp column no longer in Legion DB but parser still uses it.

[DBFieldName("exp", TargetedDatabase.Zero, TargetedDatabase.WarlordsOfDraenor)]

funjoker avatar Nov 13 '16 12:11 funjoker