aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::StartOfEncounter (#28938)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::DuelEnd (#28940)Teleqraph
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::EnteringInstance (#28942)Teleqraph
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::AbandonVehicle (#28944)Teleqraph
2023-05-06Core/Auras: Implement SpellAuraInterruptFlags2::LeaveArenaOrBattleground ↵Teleqraph
(#28943)
2023-05-06Core/Unit: Named npc flags UNIT_NPC_FLAG_AREA_SPIRIT_HEALER and ↵ModoX
UNIT_NPC_FLAG_2_AREA_SPIRIT_HEALER_INDIVIDUAL
2023-05-06Core/PacketIO: Fixed CreateObject structure for areatriggersShauren
2023-05-06Core/Spells: Check passive attribute on the final spell that will be cast by ↵Shauren
CMSG_CAST_SPELL, after taking overriden spells into account
2023-05-06DB/Template: Added 10.1.0.49444 wdb data & broadcast textModoX
2023-05-05Core/PacketIO: Reverted unintended changeShauren
2023-05-05Core/PacketIO: Fixed quest query packet structureShauren
2023-05-05Core/Spells: Implemented SPELL_EFFECT_TELEPORT_GRAVEYARDJeremy
* part of #28508
2023-05-05DB/Phase: Named Forbidden Reach & Zaralek Cavern Dragon Glyph phasesModoX
2023-05-05Core: Update allowed build to 10.1.0.49444Shauren
2023-05-05Core/DataStores: Remove temporary 10.0.7 workraroundShauren
2023-05-04Core: Update to 10.1Shauren
2023-05-03change aowow adress10.0.7.49343Aokromes
2023-05-03DB/Valdrakken: Added Mayla HighmountainNaddley
2023-05-02Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-05-02DB/Stormwind: Added some more Darnassian Refugee spawns to The CanalsNaddley
2023-05-01Core/Auras: Removed outdated aura type handlingShauren
2023-04-30Core/Misc: Delay creating std::string objects for locale data after size ↵Shauren
validation
2023-04-29Core/Realms: Remove duplicate realm names storageShauren
2023-04-28Core: Updated allowed build to 10.0.7.49343ModoX
2023-04-28Core/Chat: Implemented more chat link typesShauren
Closes #28946
2023-04-27DB/Stormwind: Added some missing spawns to Dwarven District Naddley
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest ↵Shauren
id on every call
2023-04-26Core/DataStores: Changed empty string checks in db2 loaders to not rely on ↵Shauren
undefined behavior (comparing pointers to different objects/arrays with greater/less)
2023-04-25Scripts/Underrot: Implement Cragmaw the Infested encounter (#28934)Naddley
2023-04-25Core/PacketIO: Fixed bracket num in SMSG_RATED_PVP_INFOFrançois B
2023-04-25Core: Update allowed build to 10.0.7.49267Shauren
2023-04-25DB/Stormwind: Added some missing spawns to Cathedral of LightNaddley
2023-04-24Scripts/Spells: Use scaled level for taming requirementsShauren
2023-04-24DB/Stormwind: Added some missing spawns for Mage QuarterNaddley
2023-04-24DB/Stormwind: Added some Darnassian Refugee spawns for The CanalsNaddley
2023-04-24DB/Stormwind: Added T&W Trading Post spawnsNaddley
2023-04-24DB/Stormwind: Added some missing spawns to Trade DistrictNaddley
2023-04-24DB/POI: Added POI data for Quest "Rune Covered Tablet"Naddley
Closes #16045
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