aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-02DB/Draenor: Added more phased gameobjects for Assault on the Dark PortalAqua Deus
Closes #29251
2023-09-02DB/Mardum: Added Despair Ridge spawns for Phase 5310Naddley
2023-09-01Scripts/Spells: Implement warrior talent Strategist (#29235)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-08-31Core/AreaTriggers: Added SpellForVisual for db spawned areatriggers (#29277)ModoX
2023-08-31Core: Update allowed build to 10.1.5.51130Shauren
2023-08-31Core/Creature: Fixed logic for npcflag, unitflags when saving creatures to dbModoX
* 06ea822a315a771fa0b3410716361b9df091cf6f followup
2023-08-31Core/Vehicles: Fixed crash happening if a vehicle despawns during handling ↵Shauren
of control vehicle aura removal Closes #29290
2023-08-31DB: Added missing conditions for spell 53110 from 3.3.5 branchShauren
2023-08-31Core/Creature: Save npcflags and unitflags as NULL in db if they are ↵ModoX
equivalent to creature_template entry Closes #29297
2023-08-30Core/GameObjects: Don't restock non-personal chests that didn't have loot ↵Shauren
modified
2023-08-30Core/DB2: Add Assault on the Dark Portal map to be split by faction (#29295)Aqua Deus
2023-08-29Core/Creature: Allow creature table to override npc- and unitflags to 0 (#29281)ModoX
2023-08-29Scripts/Spells: Fixed Dark Reprimand not channelingShauren
2023-08-29Scripts/Draenor: Implement quest The Cost of War questid 34420 (#29285)Aqua Deus
* and spawn related npcs
2023-08-29Core/GameObjects: Fixed GAMEOBJECT_TYPE_NEW_FLAG_DROP casting impl from ↵ModoX
wrong object
2023-08-29Core/GameObjects: Added some checks to GAMEOBJECT_TYPE_NEW_FLAG and ↵ModoX
GAMEOBJECT_TYPE_NEW_FLAG_DROP to prevent exploits
2023-08-29Core/Battlegrounds: Implemented BfA Warsong Gulch (#29247)Jeremy
2023-08-29Scripts/Spells: Update Power Word: Shield (#29228)Teleqraph
2023-08-28Scripts/Spells: Implement priest talent Shadow Covenant (#29227)Teleqraph
2023-08-28Scripts/Spells: Unify scripts applying Atonement/Trinity (#29226)Teleqraph
2023-08-28Core/Spells: Define new cast flagsShauren
2023-08-28Core/Spells: Merge TRIGGERED_IGNORE_AURA_INTERRUPT_FLAGS functionality into ↵Shauren
TRIGGERED_IGNORE_CAST_IN_PROGRESS as they are always used together (and missing one of them in scripts is a common enough mistake) * Also fixes Ray of Frost being interrupted by casting Shimmer
2023-08-28Scripts/Spells: Implement priest talent Holy Word: Salvation (#29218)Teleqraph
2023-08-27Scripts/Spells: Fix validation of spells in spell_druid (#29217)Teleqraph
2023-08-27Core/Scripts: Add multiple "Pass parameters between AI" methods on AreaTriggerAITraesh
Ref #29215
2023-08-27Scripts/Spells: Implement priest talent Abyssal Reverie (#29214)Teleqraph
2023-08-27Core/Logging: Fixed missing log format changesShauren
2023-08-27Build fix for clang 11-13Shauren
2023-08-27Core/Misc: Fixed doxygen docs being attached to wrong fieldsShauren
2023-08-26Scripts/Spells: Cancel existing Light's Wrath visual missiles when recasting ↵Shauren
the spell
2023-08-26Core/Spells: Allow cancelling spell missiles without cancelling the entire spellShauren
2023-08-26Scripts/Spells: Implement priest talent Light's WrathNyr
2023-08-26Scripts/Spells: Implement priest talent Evangelism (#29212)Teleqraph
2023-08-26Spells/Spells: Implement rogue talent Prey on the Weak (#29206)Aqua Deus
2023-08-26Scripts/Spells: Implement rogue talent Blackjack (#29205)Aqua Deus
2023-08-26Scripts/Spells: Implement Cheat Death (#29201)Aqua Deus
2023-08-26Added changes missing from previous commitShauren
2023-08-26Core/Auras: Allow effects of SPELL_AURA_SCHOOL_ABSORB_OVERKILL to be ↵Shauren
prevented by setting absorb value to 0 in script
2023-08-26Core/Battlegrounds: Rework queues (#29200)Jeremy
* No more copies of Battleground classes * FreesSlotQueues now have as key the MapId instead of queue id * Random queues can now popup already busy specific battelgrounds (queues are NOT merged) * Removed Holiday handling, this should already be handled in BattlegroundMgr::IsBGWeekend
2023-08-25DB/Phase: Added phase names for Kalimdor Cup phasesModoX
2023-08-25Core/Auras: Implement SPELL_ATTR8_PERIODIC_CAN_CRIT (#29198)Seyden
2023-08-25Core/Logging: Fixed log message order not being preserved when async logging ↵Shauren
was enabled and ThreadPool was greater than 1 Despite that issue, logging was still threadsafe, just not ordered properly
2023-08-24Scripts/AreaTrigger: Added CanCaptureFlag and CaptureFlag hooks (#29237)Jeremy
* also added related areatrigger script
2023-08-24Core/Quest: Allow quests flagged as QUEST_FLAGS_AUTO_COMPLETE to be valid in ↵Aqua Deus
CMSG_QUESTGIVER_REQUEST_REWARD (#29244) Co-authored-by: Ovahlord <dreadkiller@gmx.de>
2023-08-24Core/GameObject: Skip setting state of NewFlag, if new state is equivalent ↵Golrag
to old state
2023-08-24Core/GameObject: Expose several NewFlag fields for future purposesGolrag
2023-08-24Core/GameObject: Added additional checks for GAMEOBJECT_TYPE_NEW_FLAG and ↵Golrag
GAMEOBJECT_TYPE_NEW_FLAG_DROP for potential exploits / lag issues
2023-08-24Core/GameObject: Dropped flag should only spawn when debuff is not removed ↵Golrag
by default
2023-08-24Core/GameObject: Mark some pvp related gameobjects as active (#29249)Jeremy
2023-08-24Scripts/BlastedLands: Implement intro quest for Assault on the Dark Portal ↵Aqua Deus
(#29242)