aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-30Core/AreaTriggers: Fixed selection range of units for box shapeModoX
Co-authored-by: Meji <alvaro.megias@outlook.com>
2023-06-30Core/Players: Fixed spell overrides not being removed when unlearning talentsShauren
2023-06-29Core/Spells: Fully prevent infinite proc loops and add logging to detect ↵Shauren
most spells that could possibly trigger this behavior at startup Closes #28865
2023-06-29Core/Spells: Allow filtering procs in FINISH phase by SpellTypeMaskShauren
2023-06-28DB/Creatures: Update base difficulty for non-spawned creaturesMeji
2023-06-28DB/TheMechanar: Update templates and difficultiesMeji
2023-06-28DB/TheArcatraz: Update templates and difficultiesMeji
2023-06-28DB/TheBotanica: Update templates and difficultiesMeji
2023-06-28DB/Netherstorm: Update templates and difficultiesMeji
2023-06-28DB/GruulsLair: Update templates and difficultiesMeji
2023-06-28DB/BladesEdgeMountains: Update templates and difficultiesMeji
2023-06-28DB/SerpentshrineCavern: Update templates and difficultiesMeji
2023-06-28DB/TheSteamvault: Update templates and difficultiesMeji
2023-06-28DB/TheSlavePens: Update templates and difficultiesMeji
2023-06-28DB/TheUnderbog: Update templates and difficultiesMeji
2023-06-28DB/Zangarmarsh: Update templates and difficultiesMeji
2023-06-28Core/Creatures: Implement ↵Jeremy
CREATURE_STATIC_FLAG_4_IGNORE_LOS_WHEN_CASTING_ON_ME (#29029)
2023-06-28Core/Player: Modernize some pointers and arrays in player class (#29098)Ovahlord
2023-06-28Core/Auras: Use std::vector for temporary copies of aura listsShauren
2023-06-28DB/ExilesReach: Added loot for Murlocs Hideaway and Abandoned CampMalcrom
Closes #29059
2023-06-28Core/Conversation: Implemented OnConversationStart and OnConversationUpdate ↵ModoX
hooks (#29086)
2023-06-28Scripts/Shaman: Fixed double dipping of Ascendance (Restoration) initial healModoX
2023-06-28Core/Auras: Fixed accessing invalid iterators in Unit::CalcHealAbsorb ↵Shauren
(ChangeAmount removes and readds current effect to iterated list)
2023-06-27Misc: Fix codestyleModoX
2023-06-27Scripts/Shaman: Implemented Ascendance (Restoration) (#29097)Aqua Deus
Co-authored-by: ModoX <moardox@gmail.com>
2023-06-27Scripts/Spells: Fixed remaining spells with SPELL_ATTR3_CAN_PROC_FROM_PROCS ↵Shauren
attribute
2023-06-27Scripts/Hunter: Implement Rapid Fire (#29099)Naddley
2023-06-27Scripts/DK: Fix Death Pact heal absorb amount (#29100)Aqua Deus
2023-06-26Core/Conditions: Replaced Player argument to world state expression checking ↵Shauren
with Map
2023-06-26Core/Misc: Fixed logging format strings (#29101)cTrinity
2023-06-25Core/Spells: Fixed SPELL_EFFECT_TRIGGER_SPELL for spells that require DEST ↵Shauren
target but their triggering spell does not provide one, for example DH soul cleave damage component
2023-06-25DB/Hunter: Fix Harpoon jumpNaddley
2023-06-24Core/AreaTriggers: Add Spell* argument to AreaTriggerAI::OnCreate scriptShauren
2023-06-24Core/SAI: Fixed event SMART_EVENT_WAYPOINT_ENDED (#29025)Meji
* also moved "any" pointid to 0xFFFFFFFF for waypoint sai events: * SMART_EVENT_WAYPOINT_REACHED * SMART_EVENT_WAYPOINT_RESUMED * SMART_EVENT_WAYPOINT_PAUSED * SMART_EVENT_WAYPOINT_STOPPED * SMART_EVENT_WAYPOINT_ENDED
2023-06-24Scripts/Evoker: Implemented Pyre (Red) (#29093)Aqua Deus
2023-06-24Core/Spells: Implemented target type TARGET_DEST_DEST_TARGET_TOWARDS_CASTER ↵ModoX
(#29085)
2023-06-23Tools/Extractors: Warn when casc storage could not be opened in remote mode ↵Shauren
because a local installation was detected in input/cache directory
2023-06-23Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@ebd79e8fd43279343c543a27fce620f6b1b53cb9
2023-06-23DB/ExilesReach: Spawned crews at Murlocs Hideaway / beachMalcrom
Closes #29063
2023-06-21DB/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-06-21DB/ExilesReach: Added quest credit areatrigger for Finding the Lost ExpeditionMalcrom
Closes #29053
2023-06-21DB/ExilesReach: Updated spawntime for some creaturesMalcrom
Closes #29058
2023-06-21DB/ExilesReach: Added missing Campfire spawn for quest 59932Malcrom
* also set conditions for alliance/horde and added loot Closes #29054
2023-06-21Scripts/ExilesReach: Implemented ship quests for both factions (#29019)Malcrom
* Warming up * Stand your ground * Brace for impact
2023-06-20Scripts/DK: Fix Festering Strike (#29084)Naddley
2023-06-20Core/Misc: Exclude most of WorldSession::HandleAreaTriggerOpcode from being ↵Shauren
called when leaving the areatrigger
2023-06-19Core/Spells: Added debuginfo to SpellEvent assertionsShauren
2023-06-18Core/Creatures: Added missing assignmentShauren
2023-06-18Core/Creatures: Drop dynamic flags from creature and creature_template (#29041)Meji
2023-06-18clang build fixShauren