aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-24Scripts/Spells: Implemented Demon Hunter talent "Charred Warblades" (#30346)Aqua Deus
2024-10-24Scripts/Spells: Implemented death knight Heartbreaker talent (#30371)Aqua Deus
2024-10-24Scripts/Spells: Implemented Monk Tiger's Lust root/snare removal (#30370)Aqua Deus
2024-10-23SQL: Added build keys for 11.0.5.57212 for future useShauren
2024-10-23Core/Player: moved zone/area updating and tavern resting checks into ↵Ovahlord
Heartbeat and movement updates (cherry picked from commit cb4c9009b3706a2823ada05eec9803a773f9b34e) # Conflicts: # src/server/game/Entities/Player/Player.cpp
2024-10-23SQL: Added build keys for 11.0.5.57171 for future useShauren
2024-10-23SQL: Fix namesShauren
2024-10-22Core/PacketIO: 4936094379a3558022d63f7520cd0d988d718daf followup - removed ↵Shauren
silly way of sending the packet
2024-10-22DB/Tele: Add teleport locations for The Wandering IslePolytrih
Closes #29954
2024-10-22DB/Phase: Correct phases 20685 and 20686Aqua Deus
Closes #29872
2024-10-22Scripts/Orgrimmar: Fix nopchModoX
2024-10-22Core/SAI: Implemented new event type SMART_EVENT_AREATRIGGER_EXIT (88) (#30367)Meji
2024-10-22DB/AreaTrigger: Added missing comments to spawned areatriggersModoX
2024-10-22Scripts/Orgrimmar: Implement The Art of War (29611) (#30366)Meji
2024-10-22Scripts/Battleground: Implement Temple of Kotmogu (#30171)Jeremy
2024-10-22Core/GameObjects: Don't apply GO_DYNFLAG_LO_INTERACT_COND for ↵Meji
GAMEOBJECT_TYPE_FLAGSTAND (#30368)
2024-10-21Core/Misc: Update faction change learned language skills for new racesShauren
2024-10-21Core/Texts: Refactor Emote/Sound handling and add ConditionID for ↵Jeremy
ChatTextBuilders (#30343)
2024-10-21Core/GameObject: Cast Pickup spell of GAMEOBJECT_TYPE_FLAGSTANDJeremy
* and do interact condition checks
2024-10-21Core/GameObject: Implemented OnFlagTaken/OnFlagDropped hooks for ↵Jeremy
GAMEOBJECT_TYPE_FLAGSTAND
2024-10-20DB/Mulgore: Script cosmetic shoot gun event for Fledgling BraveNaddley
2024-10-20DB/Orgrimmar: Added spawns and misc data for Pandaria's initial questsMeji
2024-10-20DB/Mulgore: Update positions for Plainstriders with createobject2 dataNaddley
+ delete duplicate spawns
2024-10-20DB/Mulgore: Some updates to Camp NaracheNaddley
+ Added Path for Brave Windfeather + Added sparring data + Adjust combat SAI for Fledgling Brave + handle feign death for Fledgling Brave
2024-10-20Core/Chat: Update ChatNotify enumShauren
2024-10-19Core/Conditions: Allow NegativeCondition for references (#30363)Meji
2024-10-18Core/PacketIO: Fix old copypasteShauren
2024-10-18Core/PacketIO: Added empty implementation for treasure picker opcodes (#30351)Meji
* Temporary workaround to display quest details at questgiver Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-18DB/Scripts: Remove some script assignments to not existing scriptsModoX
2024-10-18Scripts/ShrineOfTheStorm: Added missing registerModoX
2024-10-18DB/Creature: Added ImmunePC/NPC to feign deathed creatures without auraModoX
2024-10-18Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no ↵ModoX
unit_flags are set * d66f2dcdac2f1602f36cd9f1720fdbf274a37c61 followup
2024-10-17Core/Misc: Don't use tellg() to estimate file sizesShauren
2024-10-17DB/Creature: Remove FeignDeath and FakeDead unit flags from existing ↵ModoX
creatures and templates * it was previously automatically removed by core, we had to allow it for TWW recently * wpp is already taking care of removing the flags
2024-10-16Core/Misc: Replace std::ostringstream based formatting with ↵Shauren
Trinity::StringFormat where possible in common and database projects
2024-10-16DB/NorthernBarrens: Update difficulty data for Barak KodobaneNaddley
Closes #30344
2024-10-15DB/NorthernBarrens: Implement Quest "The Barons Demands"Naddley
Closes #30347
2024-10-15Core/Quests: Don't send SMSG_QUEST_GIVER_QUEST_COMPLETE for tracking quests ↵Meji
(#30348)
2024-10-15DB/Ara-Kara: Added init. spawnsNaddley
2024-10-13Core/Movement: Allow MOVEMENTFLAG_CAN_FLY with SPELL_AURA_ADV_FLYINGShauren
2024-10-12Scripts/Spells: Fix dk talent Icy Talons (#30232)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-10-12Core/Auras: Implemented SPELL_AURA_ADV_FLYINGTraesh
2024-10-12DB/Teldrassil: Added cyclic paths for Wisps in DolanaarNaddley
2024-10-12DB/Teldrassil: Added cyclic paths for Wisps in ShadowglenNaddley
2024-10-12DB/NorthernBarrens: Update difficulty data for Thorn Hill caveNaddley
Closes #30337
2024-10-10Core/Auras: Implemented adv flying speed mod aurasShauren
Co-authored-by: Traesh <nicolas.queniro@gmail.com>
2024-10-09Core/Crypto: Respect OPENSSL_MODULES environment variable if set by user ↵Shauren
that points to where legacy.dll should be found
2024-10-09DB/GameEvents: Added Cataclysm PvP seasonsMeji
2024-10-09DB/Hotfixes: Fix ContentTuning hotfixesMeji
2024-10-08Core/Units: Fix melee attack victim level calculation (#30329)Jason Dove