ZhengPeiRu21 / mod-challenge-modes

Challenge Modes Module for AzerothCore
MIT License
40 stars 40 forks source link

Talent points are reset offline #18

Closed ddk2001 closed 12 months ago

ddk2001 commented 1 year ago

Upgrades are set to talent points, but talent points are not saved after the character is offline.

ddk2001 commented 1 year ago

At the same time, items are given to the level set, but items are not given when the level is reached

ZhengPeiRu21 commented 1 year ago

Are you using the latest update of AzerothCore? There was an upstream bug causing bonus talents to be removed; the PR to fix it (https://github.com/azerothcore/azerothcore-wotlk/pull/14099) was just merged recently.

Regarding items, they are sent in the mail when the correct level is reached. This prevents issues such as not having enough bag space.

ddk2001 commented 1 year ago

I use the latest Azerothcore, I'll try this updated one.Thanks.