- Prep new DBM core with version bump and Delve tier detection support for statistics.
- Push delve tier fix
- Begin work on supporting delve tiers in stats recording and GUI. This way it records highest delves as priority over shortest time, similar to Mythic + behavior
Fixed bug where story raid returned "delves" type
Queen Ansurek will now store/show story kills in GUI
- Make sure LuaLS recognizes "self" in all local functions used by mods, to avoid missing any errors (none found, but just good convention to practice now)
- Add some nil error protection on Rashanan that i missed on normal
- fix counts in initial timers on each movement
- another fix
- Fixes to Rashanan
- Update koKR (#1151)
- Fix and close https://github.com/DeadlyBossMods/DeadlyBossMods/issues/1152
- disable two warnings inconsiquential in LFR. Closes https://github.com/DeadlyBossMods/DeadlyBossMods/issues/1153
- Redo how timers and phases are handled on Rashanan to be accurate to way it's coded.
- Fix a bug where tank combo and shroud timer on biurna could fully start new timers on phase 2 start because the previous timer had already expired. Now if previous timer has expired, no replacement timer is created as the abilities remain off CD on stage 2 start (intended behavior)