TrinityCore / WowPacketParser

World of Warcraft Packet Parser
GNU General Public License v3.0
410 stars 352 forks source link

creature_template_difficulty generation #813

Closed ImmortalusDev closed 7 months ago

ImmortalusDev commented 7 months ago

It generates nothing, last three builds for sure.

Thordekk commented 7 months ago

It work perfect for me so is some on youre side

Thordekk commented 7 months ago

Proof https://gyazo.com/1de76b9bb743e45fd3ffb20b6cbf1614

mdX7 commented 7 months ago

Keep in mind the table is also using wdb data, that means you have to make sure u delete cache before launching wow

ImmortalusDev commented 7 months ago

i deleted cache before sniffing

Nyr97 commented 7 months ago

If there is any row for a given entry in ANY difficulty, the rows won't be created. This happened to me when I sniffed and parsed Sylvanas encounter.

Ovahlord commented 7 months ago

difficulty entries are only being generated once for the initial insertion. For all further difficulties, you have to create own entries because health and mana mods for example need to be manually calculated.