aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-04-23Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-23Spells/Generic: Implemented generic feign death spell with ↵ModoX
UNIT_FLAG_IMMUNE_TO_PC | UNIT_FLAG_IMMUNE_TO_NPC | UNIT_FLAG_UNINTERACTIBLE
2023-04-23Scripts/Spells Update Divine Star (#28923)Teleqraph
* update Divine Star's areatrigger to calculate its travel distance off from its effect 1 so that it always has support for its travel distance changes. * update Divine Star's trigger spells to properly support both Divine Star for Shadow and Holy/Disc spec. It also offers support during Shadow Covenant aura for discipline priest.
2023-04-23Scripts/Spells: Implement Summon Sayaad (#28907)Teleqraph
Co-authored-by: ModoX <moardox@gmail.com>
2023-04-21GCC warning fixShauren
2023-04-21Core/Spells: Fixed effects targeting the caster not hitting him immediately ↵Shauren
on spell launch if the spell targets a dest * Also improve hit timing for charge spells
2023-04-19Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-18Core/DataStores: Added temporary workaround for buggy db2 metadata in build ↵Shauren
10.0.7.48999
2023-04-18Core/DataStores: Minor db2 loader cleanupShauren
2023-04-18Scripts/Underrot: Limit Sanguine Feast spell of Elder Leaxa to heroic+ ↵ModoX
difficulty only
2023-04-17Scripts/Spells: Update Sins of the Many values (#28922)Teleqraph
2023-04-17Scripts/Underrot: Implement Elder Leaxa encounter (#28920)Naddley
2023-04-17Core/Spells: Unify Bloodlust spells for all classes (#28927)Teleqraph
Co-authored-by: ModoX <moardox@gmail.com>
2023-04-16Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-15Core/GameObjects: Allow certain types to be sent to the client without ↵Meji
display (#28908)
2023-04-13Core/Spells: Readded accidently dropped line in ↵ModoX
0750b7f8455df39a64462636ca296c6f2aa2b048
2023-04-13Core/Misc: Fixed IpLocation crashes on invalid ip inputShauren
2023-04-11Core/Reputation: Fixed crash in reptutation code when ↵Shauren
PlayerStart.AllReputation is enabled in config Closes #28915
2023-04-11Core/Quests: Fixed typo in raid group requirements check (#28914)Christyan
2023-04-10Core/AI: Drop script_waypoints and move data to waypoint_data (#28879)ModoX
2023-04-10Core/Misc: Fix build with libc++Shauren
Closes #28909
2023-04-09Core/Units: Calculate HoverHeight from model data (#28899)Meji
2023-04-09Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-09Core/Misc: Fix typo introduced in 36044a9470e9c39a71916e908ab6cf4f95677793Meji
2023-04-08Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-08Core/Conditions: Fix log typoMeji
2023-04-08Core/Misc: Fix typos in bannerMeji
2023-04-08Core/SAI: Drop waypoints table and move existing rows to waypoint_data table ↵ModoX
(#28834)
2023-04-07Core/Units: Prevent backward melee attacks (#28895)Meji
2023-04-07Core/Objects: Fixed ObjectGuid equality operator for GCC 10 (completely ↵Shauren
broken, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94924)
2023-04-06Core/Misc: Modernize code a bit by replacing std::tie with either structured ↵Shauren
bindings or operator<=>
2023-04-06Core/Skinning: Autolearn skill of skinned mob if not already learned (#28894)Meji
2023-04-06Scripts/SilverpineForest: Removed sparring hackfixes (#28896)Teleqraph
2023-04-06Core/Creature: Added missing nullcheckModoX
2023-04-06Core/Creature: Implemented sparring with max health percent thresholds (#27198)ModoX
Co-authored-by: Ovah <dreadkiller@gmx.de>
2023-04-05Core/Creature: Added possibility to give creatures multiple gossip menu ids ↵ModoX
and control them via conditions (#28159)
2023-04-04Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-04-01Scripts/Paladin: Update Divine Steed for Lightforged Draenei (#28892)Naddley
2023-04-01 DB/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-03-31Scripts/Deepholm: Scripted quest "All Our Friends Are Dead" (#28889)Naddley
2023-03-31Scripts/AzureVault: Fixed buildModoX
2023-03-31Scripts/AzureVault: Fix despawning of Volatile SaplingsModoX
2023-03-31Core/Creatures: Compute the level from ContentTuning (#28871)Meji
2023-03-31Core/Auras: Fixed iterator invalidation crash with procs using ↵Shauren
SPELL_ATTR0_PROC_FAILURE_BURNS_CHARGE attribute
2023-03-30Core/Loot: Fixed iterator invalidation crash in ↵Shauren
WorldSession::HandleLootMoneyOpcode Closes #28885
2023-03-30Core/Creatures: Compute CombatReach and BoundingRadius using DisplayScale ↵Meji
(#28863)
2023-03-30Core/Skinning: Update correct skinning skill according to creature expansion ↵Meji
(#28861)
2023-03-27Core/Quests: Fixed crash happening when a quest is marked as rewarded ↵Shauren
without a questgiver (for example lfg) Closes #28878
2023-03-26Core/Movement: Allow passing tier transition id (db2 id) to land/takeoff ↵Shauren
movement
2023-03-24Core/PacketIO: Fixed array size of CMSG_QUEST_POI_QUERY as of patch 10.0.7ModoX