TrinityCore / TrinityCore/WowPacketParser
creature_template parsing error
Open
@Vincent-Michael is already working on this.
Since Oct 20, 2016.
bug
- Dominant language
- C#
- Stars
- 522
- Forks
- 387
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 4
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.