aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-28DB/Boralus: Implement Quest "Ferry Pass"Naddley
+ chain quests up to "A Nation Divided"
2024-01-28DB/AreaTrigger: Implemented Power Word: Barrier (Discipline Priest)unknown
Closes #29624 Co-authored-by: ModoX <moardox@gmail.com>
2024-01-27Scripts/Boralus: Implement quest "The Old Knight" (#29622)Naddley
2024-01-27Core/Battlegrounds: Strand of the Ancients Rework (#29576)Jeremy
2024-01-27Core/Battlegrounds: Added OnMapSet hookJeremy
2024-01-27Core/Players: Fixed CharacterCache by-name storage holding data for deleted ↵Shauren
characters
2024-01-26DB/Durotar: Added sparring & AI to Novices in Darkspear Training GroundsMalcrom
Closes #29556
2024-01-26DB/Durotar: Updated positions and added sparring to Spitescale nagas and ↵Malcrom
Darkspear trolls on Echo Isles Closes #29563
2024-01-26DB/Durotar: Implemented Saving the Young (24623)Malcrom
Closes #29557
2024-01-26DB/Quest: Added quest_request_items for some Echo Isles, Dun Morogh and ↵Malcrom
Kezan quests Closes #29601 Closes #29597 Closes #29595
2024-01-26DB/Quest: Fix previous quest of The Refusal of the Aspects (929)Malcrom
Closes #29610
2024-01-26DB/Creature: Added Ragged Wolf Hide to drop table of Ragged WolfsMalcrom
* fixes quest All the Other Stuff (24475) Closes #29521
2024-01-26Scripts/ExilesReach: Implement The Scout-o-Matic 5000 and The Choppy Booster ↵Malcrom
Mk. 5 (#29575)
2024-01-26Core/Scene: Skip vehicle guids as transport for scene play until further ↵ModoX
research
2024-01-26Core/Misc: Update ResponseCodes for 10.2.5Shauren
Closes #29618
2024-01-25DB/Templates: Added missed dataModoX
2024-01-25DB/Locales: Added zhCN locales for 10.2.5ModoX
2024-01-25DB/Locales: Added zhTW locales for 10.2.5ModoX
2024-01-25DB/Locales: Added koKR locales for 10.2.5ModoX
2024-01-25DB/Locales: Added ruRU locales for 10.2.5ModoX
2024-01-25DB/Locales: Added itIT locales for 10.2.5ModoX
2024-01-25DB/Locales: Added esES locales for 10.2.5ModoX
2024-01-25DB/Locales: Added deDE locales for 10.2.5ModoX
2024-01-25DB/Locales: Added frFR locales for 10.2.5ModoX
2024-01-25DB/Locales: Added ptBR locales for 10.2.5ModoX
2024-01-25DB/Locales: Added esMX locales for 10.2.5ModoX
2024-01-25DB/Quest: Added 10.2.5 quest poi dataModoX
2024-01-25DB/Template: Added 10.2.5 wdb data + broadcast_textModoX
2024-01-25Core/Unit: Set DemonCreator for wild allied summonsModoX
2024-01-25Core/PacketIO: Fixed QuestSession QuestCompleted sizeShauren
2024-01-25Core/PacketIO: Handle QueryCountdownTimer (#29539)Jeremy
* Add it to battleground * Base implementation countdowns in Group * Fix timer sync between groups in battlegrounds
2024-01-24Core/PacketIO: Fixed CreateObject packet structure for areatriggersShauren
Closes #29616
2024-01-24Core/World: Fixed crash when shutting down server from console (#29615)Ghaster
2024-01-24Core/Players: Fixed typo preventing OOC regen (#29614)Ghaster
2024-01-23Scripts/Baradin Hold: cleaned up some leftovers from Argaloth's rework and ↵Ovahlord
applied some missing coding standards
2024-01-23Core: Update allowed build to 10.2.5.53040ModoX
2024-01-23Core/Loot: implemented a custom server config setting to enable or disable ↵Ovahlord
AE loot (#29602) This config primarily serves as a means to reduce potential code differences between the master and classic branches as now we no longer have to meddle with code
2024-01-23Core/Database: Fixed HotfixDatabase not being closed on shutdown with ↵Shauren
--update-databases-only Closes #29599
2024-01-22Scripts/Baradin Hold: rewrite Argaloth encounter (#29604)Ovahlord
* handle all missing mechanics and visuals * modernized instance script
2024-01-22Core/Object: use the final keyword for several (World)Object classes that ↵Ovahlord
should not get derived from (#29585)
2024-01-21Core: Updated to 10.2.5Shauren
2024-01-18Core/Bnet: Added SRP http endpoints10.2.0.52808Shauren
2024-01-17Scripts/Durotar: Implemented Vol'jins Visions (#29553)Malcrom
* on quest More Than Expected rewarded * on quest An Ancient Enemy rewarded
2024-01-17Scripts/ExilesReach: Update phasing when Stand your Ground quest removed ↵Malcrom
(#29589)
2024-01-16Core/Creatures: fixed a logic mistake in personal skinning loot that was ↵Ovahlord
causing creatures without loot to despawn instantly (#29586)
2024-01-16Core/Units: moved health and power ordering predicates from Unit header into ↵Ovahlord
CommonPredicates (#29584)
2024-01-16Core/Worldserver: Split Worldserver services into separate files (#29555)Meji
2024-01-16Core/Units: moved CharmInfo class and its definitions into a own file (#29583)Ovahlord
2024-01-16Core/Bnet: Prevent crashes cauised be invalid values in salt column in ↵Shauren
battlenet_accounts
2024-01-14CircleCI: Enable creating docker images for wotlk_classicfunjoker