aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-25DB/Creature: Scourging CrystalKillyana
And fix spell script spell_q11396_11399_scourging_crystal_controller Closes #17596 (cherry picked from commit 00e3023b3263d5743e0df09118bab4b28bfd3608)
2021-02-24DB/playercreateinfo: Remove old hunter initial pet creation spellsShauren
Closes #26128
2021-02-24Fix buildOvah
2021-02-24Core/PacketIO: Fixed building SMSG_PARTY_MEMBER_FULL_STATE for multiple ↵Ovah
receivers
2021-02-24Scripts/Spells: Changed palading spell scripts to use RegisterSpellScript ↵Matan Shukry
and RegisterAuraScript (#26149)
2021-02-24Scripts/Spells: Remove old paladin spell scripts (#26148)Matan Shukry
2021-02-24Core/Auras: Improve PROC_ATTR_USE_STACKS_FOR_CHARGES implementation to give ↵Shauren
stacks priority over charges if both are present in spell data Closes #26146
2021-02-24DB/Tele: Add some new expansion teleport locationsMatan Shukry
Closes #26143
2021-02-24Core/Spells: Corrected the spell id source used in the learn spells map when ↵Matan Shukry
loading SpellLearnSpell.db2 data (#26140)
2021-02-23Core/Players: Always clear old action bars on specialization change, even if ↵Matan Shukry
new specialization doesn't have anything on its bars (#26134)
2021-02-23Scripts/Spells: Fix Ferocious Bite damage increase from extra energy (#26093)Matan Shukry
2021-02-23Core/Auras: Implemented SPELL_AURA_MOD_POWER_GAIN_PCT (#26132)Matan Shukry
2021-02-23Core/Spells: Fixed spells using SPELL_EFFECT_POWER_BURN not working when ↵Matan Shukry
combined with other effect types that hit other units and power burn hits caster (#26097)
2021-02-22Scripts/Spells: Implemented druid's Skull Bash (#26103)Matan Shukry
2021-02-21Core/Spells: Prevent spell power costs from changing their sign (positive ↵Shauren
cost cannot become negative)
2021-02-21Core/Auras: implement mana cost modification aura (#26085)Matan Shukry
2021-02-21Scripts/Spells: Fix Prayer of Mending (#26020)Matan Shukry
2021-02-21Core/Auras: Implemented new spell modifier type to change aura stack size on ↵Shauren
apply
2021-02-21Core/Auras: Implemented new spell modifier type to change max aura stack ↵Matan Shukry
size (#26109)
2021-02-21Core/Spells: Fix typo (fixes casting all spells)Shauren
2021-02-21Core/Players: Rename player flag PLAYER_ALLOW_ONLY_ABILITY to ↵Shauren
PLAYER_FLAGS_HIDE_ACCOUNT_ACHIEVEMENTS
2021-02-21Core/Auras: Implemented SPELL_AURA_DISABLE_ATTACKING_EXCEPT_ABILITIESShauren
2021-02-21Core/Auras: Reimplement SPELL_AURA_DISABLE_CASTING_EXCEPT_ABILITIES to ↵Shauren
properly allow casting listed spells
2021-02-21Core/Auras: Implemented SPELL_AURA_MOD_COMBAT_RATING_FROM_COMBAT_RATINGShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_LEARN_SPELLShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_MOD_CRIT_CHANCE_VERSUS_TARGET_HEALTH and ↵Shauren
SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER
2021-02-21Core/Auras: Update comment for aura 235 - SPELL_AURA_MOD_HOVER_NO_HEIGHT_OFFSETShauren
2021-02-21Core/Auras: Restore old SPELL_AURA_MOD_HOT_PCT implementation from 3.3.5 branchShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_SET_FFA_PVPShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_MOD_AUTOATTACK_RANGE and ↵Shauren
SPELL_AURA_MOD_AUTOATTACK_CRIT_CHANCE
2021-02-21Core/Auras: Implemented SPELL_AURA_MOD_INCREASE_HEALTH_PERCENT2Shauren
2021-02-21Core/Auras: Implemented SPELL_AURA_PERIODIC_WEAPON_PERCENT_DAMAGEShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_REMOVE_TRANSMOG_COST and ↵Shauren
SPELL_AURA_REMOVE_BARBER_SHOP_COST
2021-02-21Core/Spells: Define new spell attributeShauren
2021-02-21Core/Auras: Implemented SPELL_AURA_MOD_PERIODIC_DAMAGE_TAKENShauren
2021-02-21Core/Auras: Rename many old aura types to their new meaningShauren
2021-02-21Core/Misc: Updated current expansion config 9.0.2 (#26122)Osleyder Gonzalez Acosta
2021-02-20Core/Auras: Refactor logic determining which spell aura type values need to ↵Shauren
be sent
2021-02-20Fix buildShauren
2021-02-20Core/Players: Corrected shield block value calculationsShauren
2021-02-18Core/Auras: Do not warn about nonexisting proc spells when spell id is 0 and ↵Shauren
aura is a dummy
2021-02-18Scripts/Spells: Convert Mage Fingers of Frost stack dropping script to use ↵Shauren
new proc attribute
2021-02-18Core/Auras: Implemented new spell proc attribute ↵Shauren
PROC_ATTR_USE_STACKS_FOR_CHARGES to drop stacks instead of charges
2021-02-17Scripts/Spells: Implemented Guardian Druid's Gore spell (#26104)Matan Shukry
2021-02-17Core/PacketIO: Fix sending unit power valuesShauren
2021-02-17Core/PacketIO: Add missing update field filtering for player fieldsShauren
2021-02-17Core/PacketIO: Corrected logic for filtering out disallowed fields when ↵Shauren
force sending specific ones
2021-02-17Core/PacketIO: Refactor generated updatefield code (use type alias)Shauren
2021-02-17Core/Conditions: CONDITION_NEAR_CREATURE will exclude personal spawns that ↵Matan Shukry
aren't the target's owner (#26102)
2021-02-15Scripts/Spells: Casting druid spell Prowl will now auto shapeshift into cat ↵Matan Shukry
form (#26088)