1.9.7.3886
·
100 commits
to master
since this release
!!! Breaking Change !!!
Move CharacterClass to DB (#444)
Refactor CharacterClass
Remove ICharacterClass and all its implementations
Save default CharacterClasses into DB if they do not exist yet
Fix pet window to no longer close when releasing subpet while having no main pet
Change Necromancer spells only using power when pet starts casting them
Necromancer: Fix double cast (#446)
Previously an instant would queue another spell while pet was casting
Also fix interrupted message spam
Add missing locks around the inventory (#447)
Fix Divine Intervention (#445)
The targets are supposed to heal themselves from the pool
Make CharacterClass properties customizable in DB (#440)
Expose SpecPointMultiplier, BaseHP, BaseWeaponSkill, AutoTrainSkills, EligibleRaces to DB
Remove DefaultCharacterClass
Fully implement CharacterClassBase (remove abstract)