| Age | Commit message (Collapse) | Author |
|
* Don't include creature_template power multipliers in CreateMana updatefield
* Allow NPCs to have power types other than mana
* Add missing Essence config regeneration rate
* Fixed demon hunter powers not decaying immediately after combat
* Fixed some powers decaying immediately out of combat after energizing (for example holy power)
* Replace hardcoded list of powers to set to full on levelup with a db2 flag check
* Updated Creature::GetPowerIndex for 10.1 new power types
|
|
|
|
|
|
|
|
respective npc flags (#28508)
* UNIT_NPC_FLAG_AREA_SPIRIT_HEALER
* UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL
|
|
|
|
+ Area: Shimmering Towers and Deephollow Lake
|
|
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
* Update Halo's trigger spells to properly support both Halo for Shadow and Holy/Discipline specs. It also offers support during Shadow Covenant aura for Discipline since it uses SPELL_AURA_OVERRIDE_ACTIONBAR_SPELLS to override the spells cast.
|
|
|
|
|
|
|
|
|
|
-Pass std::chrono types by value, they are small enough to not be passed around by const&
-Same applied to Optional<group_t>
-Replace EmptyCallback with nullptr
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
|
|
|
|
|
|
(#28943)
|
|
UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL
|
|
|
|
CMSG_CAST_SPELL, after taking overriden spells into account
|
|
|
|
|
|
|
|
* part of #28508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
|
|
|
|
|
|
validation
|
|
|
|
|
|
Closes #28946
|
|
|
|
id on every call
|
|
undefined behavior (comparing pointers to different objects/arrays with greater/less)
|
|
|
|
|