aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells
AgeCommit message (Expand)Author
2025-06-28Core/Spells: Change target type for spell Summon Faol in Tirisfal (#31107)Naddley
2025-06-27Core/Players: Implemented PlayerDataElementAccount, PlayerDataElementCharacte...Shauren
2025-06-24Core/Misc: Use new Field::Get*OrNull where possibleShauren
2025-06-15Scripts/WanderingIsle: Implement quest 29420 (The Spirit's Guardian) (#30467)Aqua Deus
2025-06-14Core/Players: Fixed traits not updating aura values when changing rankShauren
2025-06-13Core/Scripts: Mark script base class constructors noexceptShauren
2025-06-13Core/Misc: Remove a bunch of code from headersShauren
2025-06-12Scripts/Spells: Implement monk talent Keg Smash target limit (#31048)Aqua Deus
2025-06-09Scripts/Spells: Fix Odyn's Fury target cap & Titanic Rage talent (#31043)Jeremy
2025-06-08Core/Spells: Allow removing weapon damage effects by preventing target select...Shauren
2025-06-06Scripts/Spells: Fix target limit of monk talents Revival/Restoral (#31032)Aqua Deus
2025-06-06Core/Spells: Fixed applying glyphs without exclusive categoryShauren
2025-06-01Core/Spells: Don't set TARGET_FLAG_DEST_LOCATION for cone targetsShauren
2025-05-30Core/Scripts: Allow accessing removed spell HitAura in scriptsShauren
2025-05-25Core/Auras: Implement PROC_FLAG_2_SUCCESSFUL_DISPEL (#30953)Aqua Deus
2025-05-19Core/Position: Remove Position implicit object slicingShauren
2025-05-19Core/Misc: Silence some statis analysis false positive warningsShauren
2025-05-17Core/PacketIO: Implemented CMSG_UPDATE_SPELL_VISUALShauren
2025-05-17Core/Auras: Initialize aura spell visual from spell that created it instead o...Shauren
2025-05-17Core/Spells: Expose spell channel duration to scriptsShauren
2025-05-16Scripts/TheJadeForest: Implement quest "Paint it Red!" (31765) (#30884)Meji
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji
2025-05-06Core/Spells: Implemented new SpellMisc field, MinDuration that controls minim...Shauren
2025-05-05Core/Misc: Fix typosShauren
2025-05-01Core/Auras: Interrupt spells with SPELL_PREVENTION_TYPE_PACIFY when applying ...Shauren
2025-04-30Core/Spells: Start spells triggered by SPELL_EFFECT_FORCE_CAST_2 without any ...Shauren
2025-04-29Core/Auras: Support PROC_ATTR_REQ_SPELLMOD for procs using PROC_ATTR_USE_STAC...Shauren
2025-04-22Core/Spells: Remove triggering spell link from SPELL_EFFECT_FORCE_CASTShauren
2025-04-21Core/Spells: Handle SPELL_EFFECT_FORCE_CAST on spell launch instead of hitShauren
2025-04-20Core/Spells: Fire OnEffectSuccessfulDispel for SPELL_EFFECT_DISPEL_MECHANICShauren
2025-04-20Core/Spells: Rename confusing SpellState enum valuesShauren
2025-04-19Core/Conditions: Added conditions for automatic learning spells with SkillLin...Shauren
2025-04-18Core/DataStores: Convert SkillLineAbilityAcquireMethod to enum classShauren
2025-04-18Core/Spells: Added soft target cap to hunter spell Explosive Shot (#30847)Aqua Deus
2025-04-18Core/Auras: Add DealDamageMods to SPELL_AURA_PERIODIC_LEECH (#30768)username9617
2025-04-18Core/Spells: Added soft target cap to mage spell ice nova (#30755)Aqua Deus
2025-04-15Core/Spells: Make Spell::GetMinMaxRange publicShauren
2025-04-11Core/Spells: Fixed SPELL_EFFECT_CHARGE trigggering arrival effects too earlyShauren
2025-04-09Scripts/Underrot: Implement Sporecaller Zancha encounter (#30705)Aqua Deus
2025-04-04Core/Spells: Removed dead code and definitionsShauren
2025-04-03Core/Spells: Merge Spell::SetSpellValue overloadsShauren
2025-04-01Scripts/Spells: Fix druid talent Raze target cap (#30773)Aqua Deus
2025-03-28Core/Spells: Apply spell modifiers multiple times to each cast, based on numb...Shauren
2025-03-25Scripts/Spells: Fixed shaman talents Converging Storms, Ice Strike (maelstrom...Shauren
2025-03-24Core/Scripts: Fix copypaste in static AuraProcFn hook constructorShauren
2025-03-23Core/Auras: Fixed SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATIONShauren
2025-03-22Core/Auras: Fixed SPELLVALUE_AURA_STACK adding incorrect number of stacks on ...Shauren
2025-03-21Core/Spells: Fixed spells that scale value with master not being affected by ...Shauren
2025-03-20Scripts/Spells: Fixed shaman talents Doom Winds, Hailstorm, Fire Nova, Sunder...Shauren
2025-03-19Core/Auras: Implemented SPELL_AURA_MOD_CHARGE_RECOVERY_RATE, SPELL_AURA_MOD_C...Shauren