aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-27DB/Quest: Add timer to Scalding Mornbrew Delivery questAokromes
closes #31240 by AlexPro54
2025-08-26DB/Gameobject: Update position of some gameobjectsAokromes
closes #31223 by CraftedRO
2025-08-26DB/Misc: Missing ruRU localeAokromes
closes #31214 by danaton
2025-08-19New year (#31222)CraftedRO
2025-08-19Core/Pools: Remove ReSpawn1Object and optimize single object despawn case in ↵Shauren
DespawnObject
2025-08-19Core/Pools: Refactor PoolGroup::SpawnObjectJildor
* Prevent double spawn with pools with maxlimit 1 in certain situations * Prevent infinite recursive call with specific case of nested pools
2025-08-18Script/Commands: Fix crash in `.pet create` command if ↵HelloKitty
Unit::CreateTamedPetFrom returns nullptr (#31218)
2025-08-17Scripts/Spells: Migrate & update several item spell scripts to zone files ↵offl
(#31171)
2025-08-16Scripts/SerpentshrineCavern: Rewrite Hydross (#31150)offl
2025-08-16Scripts/AQ40: Rewrite Fankriss (#31200)offl
2025-08-16Scripts/AQ20: Refactor Kurinnaxx and implement Sand Trap (#31203)offl
2025-08-16Core/Misc: Include source object information in ↵Antonio
ObjectMgr::GetClosestGraveyard() log message (#31194)
2025-08-15Dep/Boost: Remove linking boost::system library, it is fully header only ↵Shauren
since 1.89 and has been just a empty dummy library since 1.69 (cherry picked from commit c87a004a1688f5dfe463493fbcd47027ea1dcf2e)
2025-08-15Core/Utils: Added .contains member function to FlatSetShauren
(cherry picked from commit a27e3a52a0cdfae8cf5cbb787e944f4f76319f26)
2025-08-15Core/Utils: Fix nopch build with gcc 14Shauren
(cherry picked from commit 764b6a5a9336f77f43810022ce449524f6225b53)
2025-08-10Scripts/AQ40: Rewrite Huhuran (#31199)offl
2025-08-10Scripts/Karazhan: Update Maiden of Virtue (#31165)offl
2025-08-10Scripts/AQ40: Rewrite Sartura (#31197)offl
2025-08-10Scripts/Spells: Optimized Winter Veil Mistletoe and PX-238 Winter Wondervolt ↵offl
(#31190)
2025-08-05DB/Creature: Set Spirit Healers spawntime to 5 minutesAokromes
closes #31192 by CraftedRO
2025-08-05Scripts/Spells: Implement Itch (#31193)offl
2025-08-03DB/Creature: Update Shadow Vault Spirit Healer phaseMask and spawn positionAokromes
closes #31188 by CraftedRO
2025-07-31Core/Scripts: Corrected log message copypaste from ↵Shauren
fdb71ce19e02b44323fbb9dfa5f07dae2a35f8ba
2025-07-28DB/Gameobject: Dire Maul (West) missing Midsummer spawnsAokromes
closes #31129 by Foldor1
2025-07-28DB/Misc: Fix Horde shared GY when dying in DarkshoreAokromes
closes #30991 by CraftedRO
2025-07-28DB/Creature: Update Mirelow waypointsAokromes
closes #31076 by CraftedRO
2025-07-28DB/Creature: Add Sen'jin Fetish SAI scriptAokromes
closes #30751 by CraftedRO
2025-07-28Scripts/Spells: Implement Cataclysm Breath & Chaos Breath & Death Count (#31172)offl
* Implement Cataclysm Breath (forces creature to cast 4 of 8 random spells) * Implement Chaos Breath (forces creature to cast 3 of 8 random spells) * Implement Death Count remover spell (replace SAI implementation with spell script) Closes #30320
2025-07-27Scripts/Serpentshrine Cavern: Rewrite Karathress (#31136)offl
* Create AI for Cyclone & summon it by spell * Create formation for linked aggro & replace scripted linked aggro * Script The Beast Within spell & use correct trigger spell * Create proper AI for Fathom Lurker & Fathom Sporebat * Summon Fathom Lurker & Fathom Sporebat by spells * Create AI for all totems used in encounter * Spawn Seer Olum in DB instead of wrongly summoning him * Remove redundant Karathress' event from instance script * Cleanup headers * Correctly use all Karathress' texts * Cleanup & split enum * Use EventMap and TaskScheduler instead of old events * Fix respawn bugs of advisors * Properly handle abilities Karathress gains from advisors * Properly handle Blessing Of Tides * Remove redundant SetBossState calls from advisors * Update timers of all spells * Update targets of all spells
2025-07-26Core/Pools: Fix handle respawning for nested pools (#31163)Gildor
Closes #28524
2025-07-25Fix buildShocker
(cherry picked from commit 443ea1282706ffe03730fbb51fe9d0738fbf68e2)
2025-07-25Core/Spells: Fix SPELL_AURA_MOD_POWER_COST_SCHOOL and ↵Shocker
SPELL_AURA_MOD_POWER_COST_SCHOOL_PCT (cherry picked from commit be07a7d481bdd6728463cf63ee236d27df45e550)
2025-07-25Core/Guild: Fix guild bank money withdraw updateShocker
(cherry picked from commit 6dc9b4cc4474a00e801339d39f44e572e68ab757)
2025-07-25Core/Misc: Reduce differences between branchesShauren
2025-07-24Scripts/Quest: Update 'Guide Our Sights' (#31132)offl
2025-07-24Rename sql fileShauren
2025-07-24DB/Quest: Rewrite 'Strengthen the Ancients' (#31131)offl
2025-07-24Scripts/Steam Vault & Underbog: Minor updates (#31090)offl
* Kalithresh now forces all distillers to cast SPELL_QUIET_SUICIDE when encounter is finished * Move go_main_chambers_access_panel script from instance file to instance scripts file * Add comments for script names for Hungarfen and Black Stalker * Remove redundant SetBossState for Musel'ek (currently is handled in BossAI)
2025-07-24Scripts/Sethekk Halls: Improve Anzu (#31087)offl
* Add missing texts * Implement intro event * Update summon event (now Banish is canceled when all Brood of Anzu is killed) * Remove redundant checks and actions to prevent double-summon of Anzu (not needed anymore, handled in SAI) * Prevent calling Ikiss' intro if already done
2025-07-22Scripts/Arcatraz: Rewrite Mellichar's event (#31081)offl
2025-07-22Scripts/Spells: Implement Revive Self & Knock Away spells (#31069)offl
2025-07-22Scripts/Shattered Halls: Update scripts (#31021)offl
* Kargath and O'mrogg got a full rewrite * other bosses - new register model only, no functionality changes
2025-07-20Core/Quests: Reset seasonal quests based on saved completion time and ↵Shauren
intended holiday start time (cherry picked from commit 49ad0d2d495a9f817ad2820f8e616f3a6564b480)
2025-07-20Revert "Core/Event: prevent seasonal quests from resetting at server restart ↵Shauren
(#17455)" This reverts commit 6a8ca9b0bf6f7cd355e1994723d6be6a5003d4d4. (cherry picked from commit 306022054bec6010a63e80407c8d2f8d672b935b)
2025-07-16Core/Authserver: Add auth session timeout - socket is closed after 10s of ↵Shauren
inactivity if not authenticated or after 1 minute if authenticated
2025-07-16Core/Authserver: Made authserver endian-awareShauren
2025-07-16Core/Authserver: Minor span/string_view modernizationShauren
2025-07-15Core/Authserver: Refactor auth cmd handler table to avoid msvc compiler bug ↵Shauren
that initializes half of it to garbage as of version 19.44.35211
2025-07-14Core/Misc: Reduce differences between branchesShauren
2025-07-13Scripts/Maraudon: Modernize scripts (#31092)offl
* New register model * Codestyle changes * TaskScheduler instead of timer variables * Implement one spell script for Noxxion encounter