Skip to content

fix(Core/Player): Force UpdateZone on resurrect to apply Zone auras #21888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

sogladev
Copy link
Member

Changes Proposed:

This PR proposes changes to:

  • Core (units, players, creatures, game systems).
  • Scripts (bosses, spell scripts, creature scripts).
  • Database (SAI, creatures, etc).

Currently:
When a player resurrects, calls to enter/leave zone handlers are skipped as the zone remains unchanged. These handlers apply zone wide buffs such as K'iru's Song of Victory, Trollbane's Command and Echoes of Lordaeron

This forces calls to enter/leave zone handlers on player resurrect

Issues Addressed:

SOURCE:

The changes have been validated through:

  • Live research (checked on live servers, e.g Classic WotLK, Retail, etc.)
  • Sniffs (remember to share them with the open source community!)
  • Video evidence, knowledge databases or other public sources (e.g forums, Wowhead, etc.)
  • The changes promoted by this pull request come partially or entirely from another project (cherry-pick). Cherry-picks must be committed using the proper --author tag in order to be accepted, thus crediting the original authors, unless otherwise unable to be found

Tests Performed:

This PR has been:

  • Tested in-game by the author.
  • Tested in-game by other community members/someone else other than the author/has been live on production servers.
  • This pull request requires further testing and may have edge cases to be tested.

How to Test the Changes:

  • This pull request can be tested by following the reproduction steps provided in the linked issue
  • This pull request requires further testing. Provide steps to test your changes. If it requires any specific setup e.g multiple players please specify it as well.

Trollbane's command

.add 32385
.go c 57876
.tele ramp
.die
.revive

Echoes of Lordaeron

.go xyz 2570.6 -4780 110.2 0 3
/pvp
.die
.revive

Known Issues and TODO List:

  • [ ]
  • [ ]

How to Test AzerothCore PRs

When a PR is ready to be tested, it will be marked as [WAITING TO BE TESTED].

You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here:

http://www.azerothcore.org/wiki/How-to-test-a-PR

REMEMBER: when testing a PR that changes something generic (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but especially check that the PR does not cause any regression (i.e. introducing new bugs).

For example: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but we should test Y and Z as well.

@github-actions github-actions bot added CORE Related to the core file-cpp Used to trigger the matrix build labels Apr 10, 2025
@Nyeriah Nyeriah merged commit 4b64c4e into azerothcore:master Apr 12, 2025
17 of 18 checks passed
justurn added a commit to ZepplinCore-Development/azerothcore that referenced this pull request Apr 22, 2025
commit f1df2c21d2c513ac88ebd3593df78d2907548aa7
Author: blinkysc <[email protected]>
Date:   Mon Apr 21 13:47:05 2025 -0500

    chore(Deps/Zlib): Upgrade zlib to 1.3.1 (#21940)

commit 9ced420849ae875e1d8d448505e474818925830c
Author: Benjamin Jackson <[email protected]>
Date:   Mon Apr 21 03:40:56 2025 -0400

    fix(Core/AI): Ignore PvP flagged players for aggressive pets if owner is not PvP flagged. (#21922)

commit 3baadd06378d61df5478656483ff3bd0cf9b0f84
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 20 19:37:39 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6f8566d838035907035987440efb9d4f39530a83

commit 6f8566d838035907035987440efb9d4f39530a83
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 20 15:36:38 2025 -0400

    fix(DB): Add and correct arena season rewards. (#21960)

commit 384577b9230fab7b230dae07a6cd0eaccaecab7b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 20 09:48:57 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4c19d51286fea42bb2638cdb847ca1d678ddcf92

commit 4c19d51286fea42bb2638cdb847ca1d678ddcf92
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 20 05:47:55 2025 -0400

    fix(DB/Loot): Consolidate Sunwell trash recipe drops into one reference table and update chance. (#21962)

commit 534d07ec1b29a5b9d628fc52179c949bd862cd4a
Author: Jelle Meeus <[email protected]>
Date:   Sun Apr 20 00:12:17 2025 +0200

    fix(Core/Spells): Suppress Crystal Spire of Karabor procs (#21961)

commit 7162294f1b0c567a927074fc85417cc16b9d75d6
Author: Anton Popovichenko <[email protected]>
Date:   Sat Apr 19 21:01:40 2025 +0200

    fix(Deps/Boost): Fix build for boost 1.88. (#21952)

commit 0ddce17a4f614022b89387daaf75732e71da94d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 19 11:16:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 68558e8626064de33864cf86214072438d43b1c0

commit 68558e8626064de33864cf86214072438d43b1c0
Author: sudlud <[email protected]>
Date:   Sat Apr 19 13:15:33 2025 +0200

    fix(Scripts/Noblegarden): fix bunny transformation on egg looting (#21957)

commit 704f7f070532718e88a64989979729f632b365ec
Author: Andrew <[email protected]>
Date:   Sat Apr 19 05:01:46 2025 -0300

    fix(Scripts/SunwellPlateau): Correct Felmyst landing pos variable names (#21954)

commit cc051272762b21b6050589ab8b4bd1b53f7a5c6d
Author: NoxMax <[email protected]>
Date:   Fri Apr 18 22:59:06 2025 -0600

    fix(Battlefield/WG): set default maxplayer 120, minlevel 75 (#21937)

commit 575283f46c34761a1b2f6346600b5ea577c754ad
Author: Vincent Vanclef <[email protected]>
Date:   Thu Apr 17 21:39:05 2025 +0200

    fix(Core/AutobroadcastMgr): correctly check for existing textId in SendWorldAnnouncement (#21911)

commit 8775bd85c4601fc639b1c359c41ffa0c8957b8d4
Author: Andrew <[email protected]>
Date:   Thu Apr 17 10:01:18 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Alythess not casting Flame Sear in p… (#21948)

commit 6ab0acb8ff4d223e815f61b31b4a1abd03976e37
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 17 12:52:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a79c725431bbb42ead663c497a33cd2a42a3b77c

commit a79c725431bbb42ead663c497a33cd2a42a3b77c
Author: Rocco Silipo <[email protected]>
Date:   Thu Apr 17 14:51:20 2025 +0200

    fix(DB/Creature): Some SwP packs are now in formation. (#21951)

commit c43f435d102735999296a33230ff0065e520c1a3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 17 08:09:37 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0d30816602639cb446712b6a620abe376aed9bd0

commit 0d30816602639cb446712b6a620abe376aed9bd0
Author: Andrew <[email protected]>
Date:   Thu Apr 17 05:08:35 2025 -0300

    fix(Scripts/SunwellPlateau): Void Sentinels spawn at floor level (#21946)

commit c66972b900837ec84b378652dfb0a6df0d7710b0
Author: Anton Popovichenko <[email protected]>
Date:   Thu Apr 17 09:27:49 2025 +0200

    fix(Core/Scripts): Fix heap-use-after-free in Fingers of Frost proc handler (#21943)

commit f24e54d0370bfb0610323b06101315a3d919b306
Author: blinkysc <[email protected]>
Date:   Wed Apr 16 20:33:10 2025 -0500

    fix(Scripts/SunwellPlateau): Limit Kil'jaeden's Armageddon ability (#21932)

commit 0fc912d867261610475fe4a232a1b8efa38dca4c
Author: blinkysc <[email protected]>
Date:   Wed Apr 16 11:24:29 2025 -0500

    fix(Script/Sunwell): M'uru height check (#21942)

commit 35d593ecb5ab75489413875269f550e6829a781b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 15 22:03:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5b957ab403904142ba4d261105accf010b0700e8

commit 5b957ab403904142ba4d261105accf010b0700e8
Author: blinkysc <[email protected]>
Date:   Tue Apr 15 17:02:44 2025 -0500

    fix(Script/Sunwell): Adjust Singularity behaviors (#21919)

commit fd62c99670c1851f44a74f54bc5f3b2a7e421087
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 15 17:43:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b4165d32402ca50e9f9c7eedef2a85528a942ff4

commit b4165d32402ca50e9f9c7eedef2a85528a942ff4
Author: blinkysc <[email protected]>
Date:   Tue Apr 15 12:42:11 2025 -0500

    fix(DB/Quest) Return to Thrallmar has proper prerequisite quest Mission: Gateways Murketh and Shaadraz (#21856)

commit 273251054ce506e68960b5ec3edeb726cd42be96
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Apr 14 16:17:55 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 607f0579e7a5b5a5971de31a5a698a6f53975de8

commit 607f0579e7a5b5a5971de31a5a698a6f53975de8
Author: blinkysc <[email protected]>
Date:   Mon Apr 14 11:16:54 2025 -0500

    fix(Scripts/SunwellPlateau): Move Dark Fiend from SmartAI to ScriptedAI with corrected despawn behavior (#21910)

commit 20584bc0a610fdc493d36b3260068b6d694871c9
Author: Localhost <[email protected]>
Date:   Mon Apr 14 11:53:12 2025 +0200

    fix(Scripts/Creature): Crash for npc_captured_beryl_sorcerer by secur… (#21889)

    Co-authored-by: localhost <[email protected]>

commit e673e095a60bdec61bab8a77f6eae93505d6a80d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 18:53:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7eb5f20617f0cb5fc8e2abc2f0a0f04c2ebb17ee

commit 7eb5f20617f0cb5fc8e2abc2f0a0f04c2ebb17ee
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 13 14:51:50 2025 -0400

    fix(DB/Creature): Remove unnecessary Netherwing targetting dummy creatures. (#21867)

commit e43550a12cdd4c4544341013698afc56a5403e79
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 18:44:27 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d68bf367625a56989c3be9e7a2c5410f123a56ee

commit d68bf367625a56989c3be9e7a2c5410f123a56ee
Author: blinkysc <[email protected]>
Date:   Sun Apr 13 13:43:28 2025 -0500

    fix(Scripts/SunwellPlateau): Add taunt immunity to Entropius (#21918)

commit 98ea3b331e72b3c605c085d14fe78165726e93d4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 17:26:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d4dda607b4b1a2b0874c8352c01997348a66ee7c

commit d4dda607b4b1a2b0874c8352c01997348a66ee7c
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 13 13:25:10 2025 -0400

    fix(DB/Creature): Add model data for Entropius display. (#21920)

commit 3c2ccc50315e546348ab89b6285d15e6b80e12c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 15:00:09 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ab8c09215c434b01ca0430d42adacaba02b738fa

commit ab8c09215c434b01ca0430d42adacaba02b738fa
Author: Rocco Silipo <[email protected]>
Date:   Sun Apr 13 16:59:07 2025 +0200

    fix(DB/Creature) Add Verified Build. (#21915)

commit 3f418ca3ee2f4c570ee573950eaa5deeacec4473
Author: 天鹿 <[email protected]>
Date:   Sun Apr 13 20:28:25 2025 +0800

    fix(Scripts/SunwellPlateau): Entropius' darkness spawn height (#21914)

commit 00f69bdcb70861e85e06150f71f31715378b821d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 11:57:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 8470711e725e7ded8d0ece39ed5209e1859c61b8

commit 8470711e725e7ded8d0ece39ed5209e1859c61b8
Author: Rocco Silipo <[email protected]>
Date:   Sun Apr 13 13:56:18 2025 +0200

    fix(DB/Creature) Locate more Death Knight Initiates on their sniffed spawn points. (#21912)

commit a2ccdba158636a90d545141f2b222bee37470304
Author: Andrew <[email protected]>
Date:   Sat Apr 12 14:43:19 2025 -0300

    fix(Scripts/SunwellPlateau): Prevent spell casting if nearing air phase (#21873)

commit 651ac9336dfb6bebfd316864843e9878b16dce2a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 12 16:39:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d75073a941b5a72532fb32e1583ceb221e52ec04

commit 4b64c4ed2513e77cfca53b326a46489b385125df
Author: Jelle Meeus <[email protected]>
Date:   Sat Apr 12 18:38:32 2025 +0200

    fix(Core/Player): Force UpdateZone on resurrect to apply Zone auras (#21888)

commit d75073a941b5a72532fb32e1583ceb221e52ec04
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 18:38:08 2025 +0200

    fix(DB/Creature): Implement Crusader assaults during the dk chain quest (phase 64). (#21881)

commit 613f09199cb04d8d58e6de7d20fc36c87052332b
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 11:12:04 2025 -0500

    fix(Scripts/SunwellPlateau): Correct timing for Eredar Twins (#21894)

commit df17717b980ff0ac7e960ed8d19ab0b0bfe96969
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 12 15:31:29 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fef1cc141757321caf8ab099f38bafaa63a0cfbd

commit fef1cc141757321caf8ab099f38bafaa63a0cfbd
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 10:30:29 2025 -0500

    fix(Scripts/SunwellPlateau): Add Blink with Nove Arch Mage (#21904)

commit 329ba16e8af00efe35333027109cb16ddd1883dc
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 16:03:48 2025 +0200

    Fix(Script) Remove a Trailing whitespace from brutallus script. (#21909)

commit 7a9a466f1be8e3b9c2b7c12525658ba2796ff713
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 07:49:13 2025 -0500

    fix(Scripts/SunwellPlateau): Set Brutallus corpse despawn timer to 3 minutes (#21896)

commit f903a73051a6f20d98af74c76bf79e77c01b617f
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 14:22:04 2025 +0200

    fix(Script/SunwellPlateau): Kil'jaeden now has a more offy-like last phase. (#21907)

commit f2577cabf28f16605c9254a16ee3730a3b3ca71f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 11 19:04:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bd83226d52b6cb6299d8974ccfcb033b4a928f1e

commit bd83226d52b6cb6299d8974ccfcb033b4a928f1e
Author: Jelle Meeus <[email protected]>
Date:   Fri Apr 11 21:03:49 2025 +0200

    fix(DB/Creature): Add Shadow Bolt Volley to Void Spawn's spells (#21898)

commit d67daf8e534cdc354e2cdd07fef9b4e16f1f6b19
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 11 18:46:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 12693ff3f225f1cf593481676a313985c8a55a5b

commit 530bc7349c93387649ac09f32ee2b08c65af8f46
Author: Jelle Meeus <[email protected]>
Date:   Fri Apr 11 20:45:59 2025 +0200

    fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897)

commit 12693ff3f225f1cf593481676a313985c8a55a5b
Author: blinkysc <[email protected]>
Date:   Fri Apr 11 13:45:28 2025 -0500

    fix(Scripts/SunwellPlateau): Correct Singularity behavior in Entropius encounter (#21892)

commit 3f08610f84cfd7a20d38bc34f11816449684bc89
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 10 21:52:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 52aa16d3cf92d9fc5b29da29579addc1b7531412

commit 52aa16d3cf92d9fc5b29da29579addc1b7531412
Author: Rocco Silipo <[email protected]>
Date:   Thu Apr 10 23:51:16 2025 +0200

    fix(DB/Creature): Hand of the Deceiver is no longer immune to silence and stun. (#21890)

commit 7cc26e44c1d703589f24ef46dbb3c06faf180e74
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 10 08:09:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 78fbc77be2d428e3e47cb65c240fec2dab6cefbf

commit 78fbc77be2d428e3e47cb65c240fec2dab6cefbf
Author: Ryan Turner <[email protected]>
Date:   Thu Apr 10 09:08:50 2025 +0100

    fix (db/Conditions) -  Kael'thas Sunstrider's Heroic loot ref will drop the correct recipes to their respective proffesion. (#21884)

commit b828f7a02592e1b78373a5099ee6329ac5a30261
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 9 13:17:18 2025 +0200

    fix(Scripts/BlackTemple): Shahraz Fatal Attraction number of targets can be fewer than 3 (#21859)

commit 756c6c9001c1b6c35cfcefa91e299fcd8670bad8
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 9 11:34:53 2025 +0200

    fix(Scripts/BlackTemple): Shahraz Fatal Attraction Teleport (#21858)

commit cf67c48a1f09547a687b1451e84a6573c1dd5370
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 9 07:27:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c9595ed88b0d0dfbc4751e77318e4b9d9becb9e9

commit c9595ed88b0d0dfbc4751e77318e4b9d9becb9e9
Author: Rocco Silipo <[email protected]>
Date:   Wed Apr 9 09:26:14 2025 +0200

    fix(DB/Loot) Add gold drop, Netherweave Cloth and a drop chance for Gan'arg Analyzer. (#21883)

commit dda1fe87ca47186c7d717c190cd463e9ce5c91ff
Author: Tereneckla <[email protected]>
Date:   Tue Apr 8 21:13:26 2025 +0000

    feat(Core/World) add an error message when closing due to not finding the starting area map files (#21879)

    Server no longer will close without displaying an error message.

commit 4089f652c939cfd80758cc5c6dc4bb27e54c679c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 8 16:02:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bb66418929fd1c984568e1e6728007a828b23957

commit bb66418929fd1c984568e1e6728007a828b23957
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 8 18:01:39 2025 +0200

    fix(DB/Creature) Solve some npc issues on DK starting area (Phase 64). (#21848)

commit 135576216016d9a76b7dcd52204238af3d8000db
Author: Andrew <[email protected]>
Date:   Mon Apr 7 06:58:21 2025 -0300

    fix(Scripts/SunwellPlateau): Felmyst should choose the closest side (#21865)

commit b5931cd53a959d5fb87c06fb9cbbcee9986e0267
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 5 22:37:16 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4e644266443d0674053f4909f342acddee6a131b

commit 4e644266443d0674053f4909f342acddee6a131b
Author: Jelle Meeus <[email protected]>
Date:   Sun Apr 6 00:32:52 2025 +0200

    fix(DB/CreatureAddon): Remove `auras` Sunwell Radiance (#21857)

    Removes all fragements of `Sunwell Radiance` aura

commit c7eca94e182c0d3eff021e55f9e3a30d24e33c1e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 5 21:03:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bee1c4b80980a986d60355d6c92ae7dcf7e0188f

commit bee1c4b80980a986d60355d6c92ae7dcf7e0188f
Author: Jelle Meeus <[email protected]>
Date:   Sat Apr 5 23:02:28 2025 +0200

    fix(DB/GossipMenuOption): Swap Exarch Nasuun Anvil and Harbor progress (#21864)

commit c91b6d0e2db189e10214141d0d157ebf451deadc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 4 14:18:37 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 51f04956213f9d741a73e5d3aed0dc2df5aba729

commit 51f04956213f9d741a73e5d3aed0dc2df5aba729
Author: Andrew <[email protected]>
Date:   Fri Apr 4 11:17:31 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Darkness spawning midair (#21851)

commit ee724b0f38197eeba66877163f6c3f197b1bba56
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 3 20:36:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f374136ceefcfb672de0effb02769df72d3f651a

commit f374136ceefcfb672de0effb02769df72d3f651a
Author: Jelle Meeus <[email protected]>
Date:   Thu Apr 3 22:35:33 2025 +0200

    fix(DB/SpellCooldownOverrides): remove overrides of player spells (#21850)

commit f8ab473f9e8f27aa11a09199bf5677dc4d00f477
Author: blinkysc <[email protected]>
Date:   Thu Apr 3 13:37:48 2025 -0500

    fix(Script/ZulAmen) Hexlord now has fallback behavior as warrior (#21829)

commit ac6dea6df300c2fa48632429e36b93f2da60dd48
Author: Andrew <[email protected]>
Date:   Wed Apr 2 19:22:55 2025 -0300

    fix(Scripts/Commands): Fix crash in unstuck command (#21846)

commit 3d561fcd5b193ae84151a45ca5a3b930a131e1ff
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 20:27:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e39ebbbbf6936ebec2e1f1b948db2720cc036515

commit f937ed0dcd4487692b7bfffb728f8583dc4d6679
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 22:26:52 2025 +0200

    fix(Scripts/SunwellPlateau): Add Moorba's teleporter gossip (#21845)

    Co-authored-by: killerwife <[email protected]>

commit e39ebbbbf6936ebec2e1f1b948db2720cc036515
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 20:26:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e5f67c52ebb5736870dd60e532adc2c5913b7c34

commit e5f67c52ebb5736870dd60e532adc2c5913b7c34
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 22:25:16 2025 +0200

    fix(DB/SpellCooldownOverrides): remove overrides of player spells (#21844)

commit 0de3f63ce52920711bf1daead36f7b9a77f13a37
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 19:45:34 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d9aec99a34061c2379f09de4726154e0ad510dc3

commit d9aec99a34061c2379f09de4726154e0ad510dc3
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 21:44:38 2025 +0200

    fix(Scripts/ZulAman): Add Beast Tamer missing abilities (#21821)

    Co-authored-by: killerwife <[email protected]>
    Co-authored-by: anonxs <[email protected]>

commit 1e28939faba622d4d4474f7267df79b7621526a6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 14:56:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 19092fa5e3bfeb944ce92b5d5eb11ee2db289200

commit 21a94413dcabb49794faf42acc69e7e75ad83657
Author: Smirnov Sergey <[email protected]>
Date:   Wed Apr 2 17:56:07 2025 +0300

    fix(DB/Conditions) Requires Spirit Calling Aura to loot Lesser Nether Drake Spirit (QuestID: 10853) (#21841)

    Quest `Spirit Calling` now only will drop `Lesser Nether Drake Spirit` when the `Spirit Calling Totems'`s aura (`38778`) is on the player(s).

    To-do: `If recharges are finished quest giver should also refill your stock, currently it doesn't.`

commit 19092fa5e3bfeb944ce92b5d5eb11ee2db289200
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 14:55:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cc129c3d790d6ac6b5e957b26d6a07539201aaaf

commit cc129c3d790d6ac6b5e957b26d6a07539201aaaf
Author: Rocco Silipo <[email protected]>
Date:   Wed Apr 2 16:54:32 2025 +0200

    fix(DB/Creature) Citizen of New Avalon now have a more blizzlike behaviour. (#21842)

commit 274c31d40315ac29fdd74603078fe734a7527dc6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 17:49:45 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ad580a61909e5dfc2b740df359f50c4bf0f8725b

commit ad580a61909e5dfc2b740df359f50c4bf0f8725b
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 19:48:43 2025 +0200

    fix(DB/Creature) Shadow Image now only use one ability at a time.  (#21834)

commit 2bf5472ce64641ab4c92713a9f5fe7fd0f1561ae
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 17:15:21 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 441e55f7dce6c748086d4e3f7783606c4738eb13

commit 441e55f7dce6c748086d4e3f7783606c4738eb13
Author: Jelle Meeus <[email protected]>
Date:   Tue Apr 1 19:14:20 2025 +0200

    fix(DB/SpellCooldownOverrides): Add Data from SmartAI timers (#21830)

commit 87863b9741f7c58588f38c3eae8271b0d5d4301d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 16:36:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cba329c8a8aa72c961bed00513e2d944b480dc76

commit cba329c8a8aa72c961bed00513e2d944b480dc76
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 18:35:46 2025 +0200

    fix(DB/Creature) Reduce Dark Fiend range to explode. (#21840)

commit be4f3fdc8bcae7b28cf247cc3373fcb0fd0554e7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 16:22:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 521802382a1d5ae7e3d28bcb58943481cc64bb4e

commit 521802382a1d5ae7e3d28bcb58943481cc64bb4e
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 18:21:35 2025 +0200

    fix(DB/Creature) Add various immunities to Void Sentinel, Berserkers and Fury Mages. (#21839)

commit 90f9287857327c94b65f5e87fe9de49e43ca3809
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 15:53:12 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4c42bbc9c7957a6907b9afb9511f22acdca37419

commit 4c42bbc9c7957a6907b9afb9511f22acdca37419
Author: Smirnov Sergey <[email protected]>
Date:   Tue Apr 1 18:52:07 2025 +0300

    Added/Corrected missing russian quest locale and fix wrong russian locale. #2 (#21837)

    Multiple russian translations for:
    - Quests
    - Quests Request Items
    - Quests Offer Reward

    Progression of: https://github.com/azerothcore/azerothcore-wotlk/commit/c9464baa459089897a67455224106443092eb2b2

commit b03006aa1d8fe3169ff929807f92beabca35f97a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 09:07:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 277aed596ee3243474d197d8fd53a063c54b19a4

commit 1f3a90a41e113b9796e39a7b21bb75b223d4858a
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 11:06:29 2025 +0200

    fix(DB/Creature) Solve some Dark Fiend's behaviour. (#21818)

commit 277aed596ee3243474d197d8fd53a063c54b19a4
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 11:06:11 2025 +0200

    fix(Script/Sunwell) Solve some Eredar Twins' timer issues. (#21835)

commit 3c1f42245ce17435f8911d7df7980977632ce60e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 01:14:50 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 9734d1b4cc8e72147c0d71ce27e02e5b724b93e8

commit 9734d1b4cc8e72147c0d71ce27e02e5b724b93e8
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 20:13:51 2025 -0500

    fix(DB/Quest) Gammerita, Mon! Now has no quest requirement (#21833)

    Quest: "Gammerita, Mon!" no longer requires "Snapjaws, Mon!" (removed pre-requesite)

commit d99295fb183b3f8bbacb60ea8edc79ef4f7dc413
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 00:31:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b3622bbe5e9fcebe4818ac3e667b13667959c7d1

commit b3622bbe5e9fcebe4818ac3e667b13667959c7d1
Author: Jelle Meeus <[email protected]>
Date:   Tue Apr 1 02:30:35 2025 +0200

    fix(DB/Creature): set Charm immune (`mechanic_immune_mask`) for SWP Trash demons  (#21826)

commit 369a43110dcd552a0912c0994507680f5da37c9c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 23:49:46 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 3ede7bd944fd7dc38ffd348eff6910c31da9a659

commit 3ede7bd944fd7dc38ffd348eff6910c31da9a659
Author: Smirnov Sergey <[email protected]>
Date:   Tue Apr 1 02:48:40 2025 +0300

    fix(DB/Creature) fix Bannok Grimaxe's Axe Toss has a missing model (#21780)

    Co-authored-by: sudlud <[email protected]>

commit dafd307088f228e3cb9d0de34b583bb29e728aaa
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 22:08:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d724f43d5576bc844d969037aef353735075fc08

commit d724f43d5576bc844d969037aef353735075fc08
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 00:07:47 2025 +0200

    Fix(DB/Loot) Remove Sunglow Vest from Eredar Twins loot. (#21831)

commit fdf851756653bfccb4f2f1aa0e4c306833872732
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 19:03:28 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c9464baa459089897a67455224106443092eb2b2

commit c9464baa459089897a67455224106443092eb2b2
Author: Smirnov Sergey <[email protected]>
Date:   Mon Mar 31 22:02:26 2025 +0300

    fix(DB/Quest) Added missing russian quest locale and fix wrong russian locale. #1 (#21758)

    Multiple russian translations for:
    - Quests
    - Quests Request Items
    - Quests Offer Reward
    - Quest Greeting

commit 5562d722d661c64303f9345ba49c41b324ef0135
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 11:50:48 2025 -0500

    fix(Warden) Warden Anti-Cheat Timing Attack Protection MAC (#21824)

commit f1f56bf1dbbef08b988e565df5f3e4f298ca9efb
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 11:50:28 2025 -0500

    fix(Warden) Warden Anti-Cheat Timing Attack Protection WINDOWS (#21823)

commit 555021ae1b8094868aae487753c5bc4347a6a41c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 14:40:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6d23ecbe9b2a84f0676a4abd4c4b52e98f122ae5

commit 6d23ecbe9b2a84f0676a4abd4c4b52e98f122ae5
Author: Rocco Silipo <[email protected]>
Date:   Mon Mar 31 16:39:05 2025 +0200

    fix(DB/Creature) Locate some Death Knight Initiates on their sniffed spawn points. (#21825)

commit 9db6fd53c17f91a52a213e11578879a741d37ca2
Author: Andrew <[email protected]>
Date:   Mon Mar 31 00:17:14 2025 -0300

    fix(Scripts/SunwellPlateau): M'uru should be passive (#21822)

commit 2071eaa5919b12a3e6968afe4f23dccf34aba542
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 17:30:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0baa8bedb1305876e484728603d0c82924d1cc4d

commit 0baa8bedb1305876e484728603d0c82924d1cc4d
Author: Ryan Turner <[email protected]>
Date:   Sun Mar 30 18:29:19 2025 +0100

    fix(db/CreatureLoot) - Removal of "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot (#21816)

commit 08696f9aadc9f37ad3847a7fd7f71baa7cc91efd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 16:47:38 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d30306c250732219601cf2a560e0ff5f94549497

commit d30306c250732219601cf2a560e0ff5f94549497
Author: Rocco Silipo <[email protected]>
Date:   Sun Mar 30 18:46:37 2025 +0200

    fix(DB/Creature) Remove Immune to Distract Flag on M'uru. (#21815)

commit cb68845229546e33deefe9eeac5c3466325cf971
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 16:42:56 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 88f3145b31fef6fee802d79e4dde955a3e6f1583

commit 88f3145b31fef6fee802d79e4dde955a3e6f1583
Author: Rocco Silipo <[email protected]>
Date:   Sun Mar 30 18:41:53 2025 +0200

    fix(DB/Creatures) Fix various issues on DK starting area (phase 1 and 64). (#21814)

commit 0cb6a03acf54040e941cfdc842fc4b57fa82a7f3
Author: 天鹿 <[email protected]>
Date:   Sun Mar 30 04:03:13 2025 +0800

    Fix(Core/Wintergrasp): Retrieve the missing Tower Cannon (#21752)

    Co-authored-by: sudlud <[email protected]>

commit 9d918f553cdac7d6306c164b988d4ced2afa72d3
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 12:58:54 2025 +0100

    fix(Script/Sunwell) Edit Felmyst timers and move emote in the right spell cast.  (#21809)

commit d549776335269593144b025983b8336d40cc4e2e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 29 10:19:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d21dd6d0bd681bc3f44bb6da45ae25f117867275

commit b384f4cc66c451c5a9df8472c30d0b6a155a2710
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 11:18:59 2025 +0100

    fix(DB/Creature) Southshore Assassins now despawn when OOC for 30 seconds. (#21757)

commit d21dd6d0bd681bc3f44bb6da45ae25f117867275
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 11:18:43 2025 +0100

    fix(DB/Creature) Remove Random in Radius and edit orientation for some Scarlet Peasants. (#21797)

commit 1a9000f636463f47bdc636c025e9290e52596328
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 29 08:36:26 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 80627efd6f34e0dc87a9e2f90a3e6aa8873d0d7a

commit 80627efd6f34e0dc87a9e2f90a3e6aa8873d0d7a
Author: Ryan Turner <[email protected]>
Date:   Sat Mar 29 08:35:27 2025 +0000

    (db/Creautre) - Adds Heroic version of Brann Bronzebeard to Halls of Stone (#21755)

commit 0ec26eba7c456d186305a2e5653b5e669f03cc2f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Mar 28 16:25:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cf0bcf8616968b947f49a080b7b2a490981dd601

commit cf0bcf8616968b947f49a080b7b2a490981dd601
Author: Rocco Silipo <[email protected]>
Date:   Fri Mar 28 17:24:16 2025 +0100

    fix(DB/Condition) Scarlet Cannons now require Massacre at Light’s Point to be used. (#21796)

commit 094c15a323e2b5567f1ad08a5e4d41cebd441726
Author: Jelle Meeus <[email protected]>
Date:   Fri Mar 28 11:18:40 2025 +0100

    fix(Core/Spells): implement `SPELL_ATTR7_TREAT_AS_NPC_AOE` (#21787)

    Co-authored-by: Shauren <[email protected]>

commit e6615c8b3ae9d686740fee2816b5046b7107e2e1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 27 17:43:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 9c3418d4827374c5a3dd3a0ec33dce82319be976

commit 9c3418d4827374c5a3dd3a0ec33dce82319be976
Author: blinkysc <[email protected]>
Date:   Thu Mar 27 12:42:29 2025 -0500

    fix(DB/Creature) Set Kirtonos the Herald to level 60 (#21784)

    Kirtonos the Herald corrected level from 63 to 60

commit fe8dcf97659906dab14e247a03696a43c78197e1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 27 15:42:09 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c528ce61cde9832c29a9220bdbe6ff600ac8e2f2

commit c528ce61cde9832c29a9220bdbe6ff600ac8e2f2
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 27 16:41:06 2025 +0100

    fix(DB/SunwellPlateau) M'uru should Hard Reset. (#21791)

commit 242311b7b12b7b82ac5ddfbdd3cabc0a45fd6de8
Author: Andrew <[email protected]>
Date:   Wed Mar 26 05:18:32 2025 -0300

    fix(Scripts/SunwellPlateau): Update twin timers and Flame Sear target… (#21777)

commit 71c337143728a9cd5a4c045ca85a468e7207a74b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 25 19:36:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bec7a4e3fb38765e94c74b611d2b11889dff1981

commit bec7a4e3fb38765e94c74b611d2b11889dff1981
Author: blinkysc <[email protected]>
Date:   Tue Mar 25 14:35:15 2025 -0500

    fix(DB/SmartScript) Alumeth the Ascended will now repeat cast Psychicscream around 20 seconds (#21772)

commit 761cd7e6ad22778d4b00ca0ecad7d18bc012b304
Author: Andrew <[email protected]>
Date:   Tue Mar 25 14:48:00 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Alythess chasing players after casting (#21773)

commit c9062612098c76d36ff64972a1a485da4bf8c198
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 25 13:10:46 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ac927769fcdf62b92ac0bfe42e0e9454b84ee781

commit ac927769fcdf62b92ac0bfe42e0e9454b84ee781
Author: Rocco Silipo <[email protected]>
Date:   Tue Mar 25 14:09:48 2025 +0100

    fix(DB/Creature) Eredar Twins should be immune to taunt. (#21770)

commit 28bf680a9939f7cd5a951f8f2cbd3cdff8c28b2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 24 17:17:24 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4e9148799f7eca6accc6b599b5103d4a81e6c442

commit 4e9148799f7eca6accc6b599b5103d4a81e6c442
Author: Andrew <[email protected]>
Date:   Mon Mar 24 14:16:22 2025 -0300

    fix(Scripts/SunwellPlateau): Remove despawn on evade flag from KJ and… (#21753)

commit d5bee6e2a359564918f62124f36205905ae56a81
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 16:17:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 62ca88a2b488b1cebd9c8df09cf594cf62769aab

commit 62ca88a2b488b1cebd9c8df09cf594cf62769aab
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 22 17:16:18 2025 +0100

    fix(DB/Creature) Dark Fiends now despawn when dispelled. (#21749)

commit e23e4dfd52eeeb8a999fb9b869dc0103d003bfb1
Author: Andrew <[email protected]>
Date:   Sat Mar 22 10:29:55 2025 -0300

    fix(Scripts/SunwellPlateau): Fix twin emotes in phase 2 (#21751)

commit 8acbd9a8898632a5f9c8ea9478f0614e9c8432eb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 12:55:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0210f617c191591f8ffe0c958eb957c978ec4551

commit 0210f617c191591f8ffe0c958eb957c978ec4551
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 22 13:54:21 2025 +0100

    fix(Creature/Formations) Volatile Fiend Packs now are in formation. (#21750)

commit ae76703b755cbb73efc76c768a8859bf140f78e9
Author: 天鹿 <[email protected]>
Date:   Sat Mar 22 16:13:08 2025 +0800

    fix(Scripts/SunwellPlateau): M'Uru ability DARKNESS now spawns dispellable skulls (#21747)

commit ca0b8514878426a430e075a76f2150f7ec8d1c78
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 08:04:20 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 90866f1d284c1a63e96da7d1221b53483e1ce951

commit 6ed7e0fe5cccc478a1b56fbdedfc4f698d33bc4b
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 22 09:04:00 2025 +0100

    fix(Scripts/SunwellPlateau): Felmyst Strafe strafe spells (#21745)

    Co-authored-by: killerwife <[email protected]>

commit 90866f1d284c1a63e96da7d1221b53483e1ce951
Author: Andrew <[email protected]>
Date:   Sat Mar 22 05:03:22 2025 -0300

    fix(Scripts/SunwellPlateau): Implement twins boundary wipe mechanic (#21746)

commit 7aced2f62e9823a8a2b88b1cb9ed89e1175ed6ee
Author: p-tkachuk <[email protected]>
Date:   Fri Mar 21 18:55:53 2025 +0100

    fix(Scripts/Nexus): Magus Telestra death (#21744)

    Co-authored-by: Hexadecimal <[email protected]>

commit 1707832e7a193aae62be5586ebdabbc0ad94a03f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Mar 21 16:19:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d666c9330c33eece25de743a628834347b60b75b

commit d666c9330c33eece25de743a628834347b60b75b
Author: sudlud <[email protected]>
Date:   Fri Mar 21 17:18:53 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'SWP / MGT' spawns (#21699)

commit 3cbe976a4ebaeb7d5dfd3a0f155a3f83ed6ebd53
Author: Andrew <[email protected]>
Date:   Fri Mar 21 05:00:17 2025 -0300

    fix(Scripts/SunwellPlateau): Vapor should chase the player targeted b… (#21740)

commit a0fc2a553c9a2b59a7016a07efbccf013306ceb6
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 20 22:28:57 2025 +0100

    fix(Script/Boss) Decrease Kalecgos human form spawn timer. (#21738)

commit 77e497a49dc58c55a645cd3c7e994e4e2670b66d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 19 22:44:10 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 87effd1841269c377a67cb2789582ad7c91b36c3

commit 87effd1841269c377a67cb2789582ad7c91b36c3
Author: Rocco Silipo <[email protected]>
Date:   Wed Mar 19 23:43:09 2025 +0100

    fix(DB/Creature) Add formation for the the last pack before Kalecgos. (#21735)

commit 9520b25155e9a21cd0d5ed10e1168013d32d6f9a
Author: Anton Popovichenko <[email protected]>
Date:   Wed Mar 19 17:46:00 2025 +0100

    fix(Core/Spell): Prevent Blink from causing character to fall through ground (#21537)

commit 5eee6bc383b6cb69fa1e5c08d36f46b44713e1c7
Author: Andrew <[email protected]>
Date:   Wed Mar 19 08:52:37 2025 -0300

    fix(Scripts/SunwellPlateau): Increase delay before choosing lane and … (#21733)

commit 35d37a6f9313cafbe8cbb190c89fbfdb9d5b8293
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 19 08:16:39 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): aa84cbc9544df63f995d3ffe585648ce3c827b02

commit aa84cbc9544df63f995d3ffe585648ce3c827b02
Author: Jelle Meeus <[email protected]>
Date:   Wed Mar 19 09:15:38 2025 +0100

    fix(Scripts/SunwellPlateau): Sathrovarr's Curse of Boundless Agony (#21730)

commit 7727a09dc8b194e6de67522ccb1752eb4bf18f44
Author: Jelle Meeus <[email protected]>
Date:   Tue Mar 18 16:39:55 2025 +0100

    fix(Scripts/Outland): add missing `return` if no target is found (#21731)

commit 3b90710e64878fed3a983b3c141b9afe0fd6acd1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 21:28:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 83d9c6c763c4806405686df3d18c06b455c88566

commit 83d9c6c763c4806405686df3d18c06b455c88566
Author: kamenitxan <[email protected]>
Date:   Mon Mar 17 22:27:15 2025 +0100

    fix(DB/POI): update poi for Anthion's Old Friend quest with sniffed data (#20980)

commit 674cba3ad9e566fdd6a7b366500ee047c7dc150a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 13:57:23 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 76594b0292370215beaa9aea508a8eda5057a530

commit 76594b0292370215beaa9aea508a8eda5057a530
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 14:56:23 2025 +0100

    fix(Scripts/Zuldrak) Npc: Blightguard; Spell: Scourge Disguise and related things (#21536)

    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: Rocco Silipo <[email protected]>
    Co-authored-by: Killyana <[email protected]>
    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit c79c5b54fa75d206e60c2ab7cfe3101dc0a7a4fd
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 12:48:10 2025 +0100

    fix(Scripts/AzjolNerub): Boss Herald Volazj - Insanity spell cast (#21287)

    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit 6f2bd587f5b22da4207825736c0e0dfff0cfa851
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 11:24:00 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a387282e693b4016c12def55e64e080754d933ac

commit a387282e693b4016c12def55e64e080754d933ac
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 12:23:01 2025 +0100

    fix(DB/FISHING): Fix "Disarmed!" fishing quest (#21310)

    Co-authored-by: Hexadecimal <[email protected]>

commit 010d962e7053ee42f2b0bb8bbdc68c7703667553
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 10:06:27 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6535a75121008454c7d425002c8a4e4f42bef100

commit 6535a75121008454c7d425002c8a4e4f42bef100
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 17 11:04:31 2025 +0100

    fix(Scripts/Spells): add warrior heroic strike daze bonus damage (#21650)

commit 5d406b9220c27d2003d14807b3eba4befe6a73a1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 20:06:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 84e4884d8512c9023d97bbdb8e14eb332accdaac

commit 84e4884d8512c9023d97bbdb8e14eb332accdaac
Author: Pandeesh Groodanj <[email protected]>
Date:   Sun Mar 16 16:05:52 2025 -0400

    fix(DB/Quest): Fixes missing prerequisite quest for "Pushed Too Far" (#21721)

    Co-authored-by: Pandeesh Groodanj <[email protected]>

commit 7185e94954602383de832e128ad2fcaec1189acb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:30:59 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 71870c05c750886ad5166f857b4e477bc96f73c4

commit 71870c05c750886ad5166f857b4e477bc96f73c4
Author: @cgrahamseven <[email protected]>
Date:   Sun Mar 16 14:29:57 2025 -0500

    fix(DB/Core/Quests): Fix the quest "Load'er Up" (#20241)

    Co-authored-by: cgrahamseven <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit c3a888f6849fbde0d8ff24e1ed37749bf2abfea8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:26:30 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 34d14023314700380c7e8de2ef780223bf0cef15

commit 34d14023314700380c7e8de2ef780223bf0cef15
Author: blinkysc <[email protected]>
Date:   Sun Mar 16 14:25:31 2025 -0500

    fix(DB/Halls of Lightning) Trash inside dungeon now drop [Relic of Ulduar] (#21713)

commit a776c764c689f13a35bdbfcd3a544141fdacc8a7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:19:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 3bd493f152bfc732b0c4dd65fa76dd5cd4395d09

commit 3bd493f152bfc732b0c4dd65fa76dd5cd4395d09
Author: blinkysc <[email protected]>
Date:   Sun Mar 16 14:18:16 2025 -0500

    fix(DB/Halls of Stone) Trash inside dungeon now drops [Relic of Ulduar] (#21710)

commit fa273a9f28d0371753e41cb88ad89d211d0b815b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 08:28:42 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 04b400447c7b4645067eb338c29ec4f0111b01f4

commit 04b400447c7b4645067eb338c29ec4f0111b01f4
Author: Pandeesh Groodanj <[email protected]>
Date:   Sun Mar 16 04:27:42 2025 -0400

    fix(DB/Quest): Fixes the prerequisite quest for "A Job Undone" (#21714)

    Co-authored-by: Pandeesh Groodanj <[email protected]>

commit 4459afc98d70897a9e9b272f01d5d4b8801cd7c5
Author: sudlud <[email protected]>
Date:   Sat Mar 15 21:47:11 2025 +0100

    fix(Core/Movement): Allow MoveFollow to not inherit speed of the target (#21711)

commit 92c666afb47ec590fea4f8739a090778ab5e2f9d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 15 16:06:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 77e6dbcf853969fd07d4af049963f136062f3e4b

commit 77e6dbcf853969fd07d4af049963f136062f3e4b
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 15 17:05:19 2025 +0100

    fix(Scripts/SunwellPlateau): Felmyst Demonic Vapor (#21709)

commit e0a2622138e519c66e375540bd205cd1c4078551
Author: Anton Popovichenko <[email protected]>
Date:   Fri Mar 14 10:41:04 2025 +0100

    fix(Core/Calendar): Fix crash on deletion while iterating through calendar events. (#21667)

commit 82e76e8781af8d4935f2e4c5b58b55fc6ace9fde
Author: Rocco Silipo <[email protected]>
Date:   Fri Mar 14 00:24:02 2025 +0100

    fix(Script/SunwellPlateau): Correct Meteror Slash Timer. (#21688)

commit 7cc25c9799d78e514d0f6e7fb8892da75ecd4333
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 13 22:32:52 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 00f12d685e7eb1efc9794ce9350e525b7c9dc251

commit 00f12d685e7eb1efc9794ce9350e525b7c9dc251
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 23:31:54 2025 +0100

    fix(DB/Loot) Add missing recipes to SwP trashes (#21701)

commit 85847638899cb4a96c42d16a00fa0b0736442381
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 00:17:27 2025 +0100

    fix(Script/SunwellPlateau): Correct some spell's timers. (#21689)

commit a2eee90f0d762a16d2f1448f7fc28960092a5517
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 00:10:27 2025 +0100

    fix(Script/SunwellPlateau): Demonic Vapor Trail now despawn. (#21687)

commit 502730d89ecee12328b65f9ef9f01ba0ba5b355d
Author: Grimgravy <[email protected]>
Date:   Wed Mar 12 07:15:59 2025 -0300

    fix(Scripts/ZulAman): text with symbol and improved frog movement (#21206)

    Co-authored-by: sudlud <[email protected]>
    Co-authored-by: Jelle Meeus <[email protected]>

commit 5a89348d7339569533394a464443f8b4fc4f6958
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 20:40:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 71ee15687184988cc7a513d199d7d1a7ac43ec3a

commit 71ee15687184988cc7a513d199d7d1a7ac43ec3a
Author: sudlud <[email protected]>
Date:   Tue Mar 11 21:39:43 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'Orb of the Blue Flight' spawns (#21696)

commit 069db988a2a3eaeba9c47aad4ec6e9eb38ffea4f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 18:08:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): da7b57079de8796984c8aa4ce0e3bd03039b5a6e

commit da7b57079de8796984c8aa4ce0e3bd03039b5a6e
Author: Rocco Silipo <[email protected]>
Date:   Tue Mar 11 19:07:47 2025 +0100

    fix(DB/Loot) Add missing loots on Eredar Twins and Entropius. (#21693)

commit dd42f7a6737f21626a254e8c9fd09ff462c09850
Author: Vincent Vanclef <[email protected]>
Date:   Tue Mar 11 15:01:55 2025 +0100

    feat(Core/Entities): Add OnPlayerSendListInventory script hook (#21676)

commit d4b1c795c8860ccaa7728e6376ec67b27dc3b977
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 06:13:10 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0b6f9b475b21078c5e0d620d428bd139a5d2a994

commit 0b6f9b475b21078c5e0d620d428bd139a5d2a994
Author: Exitare <[email protected]>
Date:   Mon Mar 10 23:12:03 2025 -0700

    fix(DB/Quest): Zapped Giants now behave correctly (#21100)

    Co-authored-by: Exitare <[email protected]>
    Co-authored-by: Ludwig <[email protected]>
    Co-authored-by: Jelle Meeus <[email protected]>

commit 2e9b40e21ab10364ecfea281e6ff4480715d61eb
Author: sudlud <[email protected]>
Date:   Mon Mar 10 22:48:04 2025 +0100

    fix(Core/Group): fix group loot for quest items (#21683)

    Co-authored-by: EricksOliveira <[email protected]>

commit 451750eb04ad1252085edc7101c700a2f533b01b
Author: Exitare <[email protected]>
Date:   Mon Mar 10 14:10:43 2025 -0700

    fix(Scripts/Hyjal): Fix hyjal trash (#21194)

    Co-authored-by: Exitare <[email protected]>
    Co-authored-by: Ludwig <[email protected]>

commit 90ed058379c22bb7622940a7201e1d375d5608d4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 10 15:36:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5291632c007f90745ca8416b48f617e47035b8b8

commit 5291632c007f90745ca8416b48f617e47035b8b8
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 10 16:35:54 2025 +0100

    fix(Scripts/SunwellPlateau): Add Brutallus Flame Ring explosion (#21681)

commit ffe03f6e14c4beafa95645ee40d27f36d0686fd6
Author: Vincent Vanclef <[email protected]>
Date:   Mon Mar 10 08:44:33 2025 +0100

    feat(Core/Entities): add OnPlayerCanGiveLevel script hook (#21666)

commit 4cdb315db1742879fc67b70f6db3a744de25714c
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 10 00:43:47 2025 +0100

    fix(Script/SunwellPlateau): duplicate keys instance objects (#21679)

commit a62be1f563255723d90e5fca1a001cab88241cfb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:47:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 973b501f2b62e238293813a77152d80866342972

commit 973b501f2b62e238293813a77152d80866342972
Author: Ryan Turner <[email protected]>
Date:   Sun Mar 9 21:46:36 2025 +0000

    fix(DB/Loot Comments) - Added Missing Reference and Creature Loot Comments (#21672)

commit 83ae9b13a1f8a3632c2627ca33e939b8b38d35f8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:43:50 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5ab3997c4061d841ad80e87f7a405be663904ca5

commit 5ab3997c4061d841ad80e87f7a405be663904ca5
Author: blinkysc <[email protected]>
Date:   Sun Mar 9 16:42:51 2025 -0500

    fix(Quest/HillsbradFoothills) Elixir of Pain quest now has no prerequisite (#21662)

    Co-authored-by: sudlud <[email protected]>

commit 0b2443176885debf7896df5bf694b0ec3e75e789
Author: tabudz <[email protected]>
Date:   Mon Mar 10 04:27:37 2025 +0700

    fix(deps/zlib): CVE-2022-37434: Potential Vulnerability in Cloned Function (#21599)

    https://nvd.nist.gov/vuln/detail/CVE-2022-37434
    madler/zlib@eff308a

commit 5ec85e527aa78d14c2f7e845f043b440fde31ccd
Author: 天鹿 <[email protected]>
Date:   Mon Mar 10 05:21:34 2025 +0800

    fix(Core/PvP): OutdoorPvPZM - fetch creature spawnId correctly (#21634)

commit b9c3ed63e87155602ea3a210d8be573d020691b8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:14:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 052c9448803ea82a45c1c7fbda84748ea72b4364

commit 052c9448803ea82a45c1c7fbda84748ea72b4364
Author: Paul <[email protected]>
Date:   Mon Mar 10 00:13:49 2025 +0300

    fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)

commit f7778ccaf536912bd16682dd75295d52103187f7
Author: p-tkachuk <[email protected]>
Date:   Sun Mar 9 11:14:06 2025 +0100

    fix(Core/SpellInfoCorrections): Fix "Throw Bomb" spell (#21463)

    Co-authored-by: Hexadecimal <[email protected]>

commit 227be74e67420838ad8b365d76bbb6498da215b7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 08:18:59 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 231096132c5046ee446187702bce1f9fbb8579c7

commit 231096132c5046ee446187702bce1f9fbb8579c7
Author: Kitzunu <[email protected]>
Date:   Sun Mar 9 09:18:01 2025 +0100

    refactor(Core/ServerMail): Refactor to Dedicated Manager Class with Multi-Item & Condition Support (#21590)

    1. Core Cleanup
        - Move all ServerMail logic from `ObjectMgr` into a new dedicated `ServerMailMgr` class
        - Move faction logic for money from SendServerMail into the script
    2. Separation of items into a new table
        - Create a new `mail_server_template_items` table
        - Allows to send multiple items in one mail
        - Separate items per faction Alliance/Horde
    3. Separation of conditions into a new table
        - Create a new `mail_server_template_conditions` table
        - Allows to use multiple conditions for one mail
        - Available condition types
            - Minimum playtime (playerLevel >= condition)
            - Minimum playtime (playerPlayTime >= condition)
            - Rewarded quest
            - Earned achievement
            - Earned reputation (playerReputation >= conditionState)
            - Faction
            - Race
            - Class
    4. Updated ServerMail loading
        - Move item and condition loading to their own functions
            - LoadMailServerTemplateItems()
            - LoadMailServerTemplateConditions()
    5. Reworked eligibility check
        - Player needs to pass all conditions to be eligible for the mail
        - All players are automatically eligible if no conditions exist for a server mail template.
    6. Updated foreign keys
        - For table `mail_server_character`, `mail_server_template_conditions`, `mail_server_template_items` foreign key with on delete cascade is added for automatic removal of entries if mail_server_template.id is deleted.
    7. Database changes
        - See the PR

commit 061044b710921e2fcd61a6d00a5a8f7959050334
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 07:06:01 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c211920e11acb5ce58c5ef90f781e7eb638a30a7

commit c211920e11acb5ce58c5ef90f781e7eb638a30a7
Author: daobashun <[email protected]>
Date:   Sun Mar 9 15:05:01 2025 +0800

    fix(DB/SAI) add Wind trader mu'fah smart script (#21366)

commit 9990d599796238f7b7d7e911070b8f45991b78e8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 8 21:44:21 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5c1b4d863cb43c512c0ce602056198c21ee2dc86

commit 5c1b4d863cb43c512c0ce602056198c21ee2dc86
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 8 22:43:20 2025 +0100

    fix(Scripts/SunwellPlateau): Sunblade Scout activate protector (#21629)

commit 4a11fe0db5cbb7d9bf5d23bbceb2283838fd2ec2
Author: Tereneckla <[email protected]>
Date:   Sat Mar 8 14:45:15 2025 +0000

    Core/Unit: Revert AutoRepeatSpell delay application to Auto Shot (#19603)

commit 4acb784bb6c34d97ff3e7fe9e1a97853a8f715a7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 8 11:22:24 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 99c90c00d5a628c2d1c0ee6e30f5f7b943917aaa

commit 99c90c00d5a628c2d1c0ee6e30f5f7b943917aaa
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 8 12:21:26 2025 +0100

    fix(DB/Creature) Adds Disable Gravity to Shield Orb. (#21671)

commit 3406cb03b31e1ee3eb1f916dbd083d7582e66910
Author: Anton Popovichenko <[email protected]>
Date:   Fri Mar 7 21:52:47 2025 +0100

    fix(Core/Tickets): Fix crash in `ticket complete` command. (#21665)

commit 263f14d8005aa4476b1c77c28ec7b22f5140cb16
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 6 20:38:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 1a2e30a1f628e095175666a768425fbfa4bc4fe9

commit 1a2e30a1f628e095175666a768425fbfa4bc4fe9
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 6 21:37:27 2025 +0100

    fix(DB/Creature) Solve some Shadowsword Assassin issues. (#21658)

commit f818ef6876f67fa9698be088aa003cc5d6ed28be
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 6 06:57:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): aba8d42dde1d872d8b4ba39023c8b810ae832f76

commit aba8d42dde1d872d8b4ba39023c8b810ae832f76
Author: sudlud <[email protected]>
Date:   Thu Mar 6 07:56:15 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'Isle Daily Gobs' spawns (#21655)

commit e8ba158c62b5daf75855e50d613f13d8b5d09555
Author: sudlud <[email protected]>
Date:   Wed Mar 5 13:10:58 2025 +0100

    fix(CI/modules-build): enable mod-antifarming (#21654)

commit 062cb90da87c4142252cca54324b12ca166080b4
Author: Tereneckla <[email protected]>
Date:   Wed Mar 5 02:48:37 2025 +0000

    fix(Core/Spells): readd 33% chance for lightning overload to fail on chain lightning (#21645)

commit f6caa7e63b00df398974073e7a5a31fdb5f74f46
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 5 02:45:57 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 78a01fd67844d3cfbd205415d88aa0885bf40969

commit 78a01fd67844d3cfbd205415d88aa0885bf40969
Author: p-tkachuk <[email protected]>
Date:   Wed Mar 5 03:44:57 2025 +0100

    fix(Scripts/Ulduar): Fix Kologarn script (#21595)

    Co-authored-by: Hexadecimal <[email protected]>

commit 82bc814858c2f9f507bfa707fce1b2507d6afaed
Author: 天鹿 <[email protected]>
Date:   Tue Mar 4 05:12:54 2025 +0800

    fix(Core/PvP): Sometimes mobs and objects fail to spawn in OutdoorPvP (#21636)

commit a2a0bc51ab5e8c33a650a77b6098b1a6c5d3ff82
Author: 天鹿 <[email protected]>
Date:   Tue Mar 4 05:11:56 2025 +0800

    fix(Core/Bones): Unable to create bones (#21635)

commit ba37b3d1307d50b701d9312212c4c6aa1fc38bbb
Author: sudlud <[email protected]>
Date:   Mon Mar 3 18:46:03 2025 +0100

    feat(CI/modules-build): add all current azerothcore modules (#21624)

commit 6fc63331411057fd2174906688a2bb8c29852978
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 3 05:13:16 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fdd469b61b0263bcb5a0e0a2a0a353a1b5a65df2

commit fdd469b61b0263bcb5a0e0a2a0a353a1b5a65df2
Author: Benjamin Jackson <[email protected]>
Date:   Mon Mar 3 00:12:17 2025 -0500

    fix(DB): Add spawns for Tenris Mirkblood room in Karazhan. (#21638)

commit 222beca66da96995ea525c93aed4b5da679e0bc2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 3 01:24:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 945b2d79fdcd2807872b445db38e5fafa41896dc

commit 945b2d79fdcd2807872b445db38e5fafa41896dc
Author: Andrew <[email protected]>
Date:   Sun Mar 2 22:23:36 2025 -0300

    fix(DB/Creature): Disable Felmyst pathfinding (#21641)

commit 2957143338bb4f39b244122e43aa45c523bc28b7
Author: sudlud <[email protected]>
Date:   Sun Mar 2 22:05:20 2025 +0100

    fix(CI/linux-build): use correct OS name for cache key (#21640)

commit bff7b0dd7c9b944cdb5d0640c3588816989db36f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 20:31:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a414b5776afd015c1fdbf4abe57386bb3041fb12

commit ed6f296849f7b04c232b936da881a90a5251afff
Author: Benjamin Jackson <[email protected]>
Date:   Sun Mar 2 15:31:02 2025 -0500

    fix(DB/Disables): Remove incorrectly disabled quests. (#21628)

commit a414b5776afd015c1fdbf4abe57386bb3041fb12
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 20:30:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7e78484bd84650ffb6cbf00a402275fcbee96bf5

commit 7e78484bd84650ffb6cbf00a402275fcbee96bf5
Author: Benjamin Jackson <[email protected]>
Date:   Sun Mar 2 15:29:18 2025 -0500

    fix(DB): Add Argent Dawn spawns for Scourge Invasion. (#21630)

commit 6422026893a08aba480c98a0a3a5b4884a5b4871
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 19:08:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c60b294228e0f84f2f96692a27c6176198eb1f43

commit c60b294228e0f84f2f96692a27c6176198eb1f43
Author: Andrew <[email protected]>
Date:   Sun Mar 2 16:07:43 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Felmyst air phase (#21637)

commit 9e4c74bab1319d8b212d4d57503a6f00b3a19a55
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 18:48:42 2025 +0100

    fix(CI/Codestyle): Minor typo in insert_delete_safety_check (#21639)

commit 6786cb19c3edd5860b55c5aae6ef5d871fa445b1
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 18:02:09 2025 +0100

    fix(CI/Codestyle): Imrpove semicolon check and general improvements (#21632)

commit ee23fdca3dc42e8d0976ace1fb103411b19c908d
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 16:49:18 2025 +0100

    fix(CI/Codestyle): Escape all MySQL keywords and skip /* comments (#21631)

commit 544878c04893df6cb94a6433c15d1ac26144d0a8
Author: p-tkachuk <[email protected]>
Date:   Sun Mar 2 05:46:49 2025 +0100

    fix (Core/Wintergrasp) Fix map and battle icon (#21622)

commit e1f84d5604b26459e51529e60d295fc976e1ab1f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 1 23:34:08 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b7e33283a5755bb85a7beee8acdfbac7c32ff231

commit b7e33283a5755bb85a7beee8acdfbac7c32ff231
Author: Ryan Turner <[email protected]>
Date:   Sat Mar 1 23:33:10 2025 +0000

    feat(DB): clarify IDs for faction changes  (#20480)

commit 00df52ff192f231978d2858e5a98ac0fbd060628
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:53:05 2025 +0100

    fix (Core/Wintergrasp) hearthstone was visibly on cooldown when player left WG (#21620)

    Co-authored-by: Hexadecimal <[email protected]>

commit 9a6078a2629013e83b401a56d2e694bcc83519b7
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:51:46 2025 +0100

    fix (Core/Wintergrasp) Icon now disappears when player leaves queue (#21619)

    Co-authored-by: Hexadecimal <[email protected]>

commit 3834bac43d6f34a0aaa9de3f254b7bd37a89980a
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:50:13 2025 +0100

    fix (Core/Winterg…
justurn added a commit to ZepplinCore-Development/azerothcore that referenced this pull request Apr 23, 2025
commit f1df2c21d2c513ac88ebd3593df78d2907548aa7
Author: blinkysc <[email protected]>
Date:   Mon Apr 21 13:47:05 2025 -0500

    chore(Deps/Zlib): Upgrade zlib to 1.3.1 (#21940)

commit 9ced420849ae875e1d8d448505e474818925830c
Author: Benjamin Jackson <[email protected]>
Date:   Mon Apr 21 03:40:56 2025 -0400

    fix(Core/AI): Ignore PvP flagged players for aggressive pets if owner is not PvP flagged. (#21922)

commit 3baadd06378d61df5478656483ff3bd0cf9b0f84
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 20 19:37:39 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6f8566d838035907035987440efb9d4f39530a83

commit 6f8566d838035907035987440efb9d4f39530a83
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 20 15:36:38 2025 -0400

    fix(DB): Add and correct arena season rewards. (#21960)

commit 384577b9230fab7b230dae07a6cd0eaccaecab7b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 20 09:48:57 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4c19d51286fea42bb2638cdb847ca1d678ddcf92

commit 4c19d51286fea42bb2638cdb847ca1d678ddcf92
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 20 05:47:55 2025 -0400

    fix(DB/Loot): Consolidate Sunwell trash recipe drops into one reference table and update chance. (#21962)

commit 534d07ec1b29a5b9d628fc52179c949bd862cd4a
Author: Jelle Meeus <[email protected]>
Date:   Sun Apr 20 00:12:17 2025 +0200

    fix(Core/Spells): Suppress Crystal Spire of Karabor procs (#21961)

commit 7162294f1b0c567a927074fc85417cc16b9d75d6
Author: Anton Popovichenko <[email protected]>
Date:   Sat Apr 19 21:01:40 2025 +0200

    fix(Deps/Boost): Fix build for boost 1.88. (#21952)

commit 0ddce17a4f614022b89387daaf75732e71da94d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 19 11:16:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 68558e8626064de33864cf86214072438d43b1c0

commit 68558e8626064de33864cf86214072438d43b1c0
Author: sudlud <[email protected]>
Date:   Sat Apr 19 13:15:33 2025 +0200

    fix(Scripts/Noblegarden): fix bunny transformation on egg looting (#21957)

commit 704f7f070532718e88a64989979729f632b365ec
Author: Andrew <[email protected]>
Date:   Sat Apr 19 05:01:46 2025 -0300

    fix(Scripts/SunwellPlateau): Correct Felmyst landing pos variable names (#21954)

commit cc051272762b21b6050589ab8b4bd1b53f7a5c6d
Author: NoxMax <[email protected]>
Date:   Fri Apr 18 22:59:06 2025 -0600

    fix(Battlefield/WG): set default maxplayer 120, minlevel 75 (#21937)

commit 575283f46c34761a1b2f6346600b5ea577c754ad
Author: Vincent Vanclef <[email protected]>
Date:   Thu Apr 17 21:39:05 2025 +0200

    fix(Core/AutobroadcastMgr): correctly check for existing textId in SendWorldAnnouncement (#21911)

commit 8775bd85c4601fc639b1c359c41ffa0c8957b8d4
Author: Andrew <[email protected]>
Date:   Thu Apr 17 10:01:18 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Alythess not casting Flame Sear in p… (#21948)

commit 6ab0acb8ff4d223e815f61b31b4a1abd03976e37
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 17 12:52:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a79c725431bbb42ead663c497a33cd2a42a3b77c

commit a79c725431bbb42ead663c497a33cd2a42a3b77c
Author: Rocco Silipo <[email protected]>
Date:   Thu Apr 17 14:51:20 2025 +0200

    fix(DB/Creature): Some SwP packs are now in formation. (#21951)

commit c43f435d102735999296a33230ff0065e520c1a3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 17 08:09:37 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0d30816602639cb446712b6a620abe376aed9bd0

commit 0d30816602639cb446712b6a620abe376aed9bd0
Author: Andrew <[email protected]>
Date:   Thu Apr 17 05:08:35 2025 -0300

    fix(Scripts/SunwellPlateau): Void Sentinels spawn at floor level (#21946)

commit c66972b900837ec84b378652dfb0a6df0d7710b0
Author: Anton Popovichenko <[email protected]>
Date:   Thu Apr 17 09:27:49 2025 +0200

    fix(Core/Scripts): Fix heap-use-after-free in Fingers of Frost proc handler (#21943)

commit f24e54d0370bfb0610323b06101315a3d919b306
Author: blinkysc <[email protected]>
Date:   Wed Apr 16 20:33:10 2025 -0500

    fix(Scripts/SunwellPlateau): Limit Kil'jaeden's Armageddon ability (#21932)

commit 0fc912d867261610475fe4a232a1b8efa38dca4c
Author: blinkysc <[email protected]>
Date:   Wed Apr 16 11:24:29 2025 -0500

    fix(Script/Sunwell): M'uru height check (#21942)

commit 35d593ecb5ab75489413875269f550e6829a781b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 15 22:03:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5b957ab403904142ba4d261105accf010b0700e8

commit 5b957ab403904142ba4d261105accf010b0700e8
Author: blinkysc <[email protected]>
Date:   Tue Apr 15 17:02:44 2025 -0500

    fix(Script/Sunwell): Adjust Singularity behaviors (#21919)

commit fd62c99670c1851f44a74f54bc5f3b2a7e421087
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 15 17:43:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b4165d32402ca50e9f9c7eedef2a85528a942ff4

commit b4165d32402ca50e9f9c7eedef2a85528a942ff4
Author: blinkysc <[email protected]>
Date:   Tue Apr 15 12:42:11 2025 -0500

    fix(DB/Quest) Return to Thrallmar has proper prerequisite quest Mission: Gateways Murketh and Shaadraz (#21856)

commit 273251054ce506e68960b5ec3edeb726cd42be96
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Apr 14 16:17:55 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 607f0579e7a5b5a5971de31a5a698a6f53975de8

commit 607f0579e7a5b5a5971de31a5a698a6f53975de8
Author: blinkysc <[email protected]>
Date:   Mon Apr 14 11:16:54 2025 -0500

    fix(Scripts/SunwellPlateau): Move Dark Fiend from SmartAI to ScriptedAI with corrected despawn behavior (#21910)

commit 20584bc0a610fdc493d36b3260068b6d694871c9
Author: Localhost <[email protected]>
Date:   Mon Apr 14 11:53:12 2025 +0200

    fix(Scripts/Creature): Crash for npc_captured_beryl_sorcerer by secur… (#21889)

    Co-authored-by: localhost <[email protected]>

commit e673e095a60bdec61bab8a77f6eae93505d6a80d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 18:53:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7eb5f20617f0cb5fc8e2abc2f0a0f04c2ebb17ee

commit 7eb5f20617f0cb5fc8e2abc2f0a0f04c2ebb17ee
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 13 14:51:50 2025 -0400

    fix(DB/Creature): Remove unnecessary Netherwing targetting dummy creatures. (#21867)

commit e43550a12cdd4c4544341013698afc56a5403e79
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 18:44:27 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d68bf367625a56989c3be9e7a2c5410f123a56ee

commit d68bf367625a56989c3be9e7a2c5410f123a56ee
Author: blinkysc <[email protected]>
Date:   Sun Apr 13 13:43:28 2025 -0500

    fix(Scripts/SunwellPlateau): Add taunt immunity to Entropius (#21918)

commit 98ea3b331e72b3c605c085d14fe78165726e93d4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 17:26:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d4dda607b4b1a2b0874c8352c01997348a66ee7c

commit d4dda607b4b1a2b0874c8352c01997348a66ee7c
Author: Benjamin Jackson <[email protected]>
Date:   Sun Apr 13 13:25:10 2025 -0400

    fix(DB/Creature): Add model data for Entropius display. (#21920)

commit 3c2ccc50315e546348ab89b6285d15e6b80e12c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 15:00:09 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ab8c09215c434b01ca0430d42adacaba02b738fa

commit ab8c09215c434b01ca0430d42adacaba02b738fa
Author: Rocco Silipo <[email protected]>
Date:   Sun Apr 13 16:59:07 2025 +0200

    fix(DB/Creature) Add Verified Build. (#21915)

commit 3f418ca3ee2f4c570ee573950eaa5deeacec4473
Author: 天鹿 <[email protected]>
Date:   Sun Apr 13 20:28:25 2025 +0800

    fix(Scripts/SunwellPlateau): Entropius' darkness spawn height (#21914)

commit 00f69bdcb70861e85e06150f71f31715378b821d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Apr 13 11:57:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 8470711e725e7ded8d0ece39ed5209e1859c61b8

commit 8470711e725e7ded8d0ece39ed5209e1859c61b8
Author: Rocco Silipo <[email protected]>
Date:   Sun Apr 13 13:56:18 2025 +0200

    fix(DB/Creature) Locate more Death Knight Initiates on their sniffed spawn points. (#21912)

commit a2ccdba158636a90d545141f2b222bee37470304
Author: Andrew <[email protected]>
Date:   Sat Apr 12 14:43:19 2025 -0300

    fix(Scripts/SunwellPlateau): Prevent spell casting if nearing air phase (#21873)

commit 651ac9336dfb6bebfd316864843e9878b16dce2a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 12 16:39:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d75073a941b5a72532fb32e1583ceb221e52ec04

commit 4b64c4ed2513e77cfca53b326a46489b385125df
Author: Jelle Meeus <[email protected]>
Date:   Sat Apr 12 18:38:32 2025 +0200

    fix(Core/Player): Force UpdateZone on resurrect to apply Zone auras (#21888)

commit d75073a941b5a72532fb32e1583ceb221e52ec04
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 18:38:08 2025 +0200

    fix(DB/Creature): Implement Crusader assaults during the dk chain quest (phase 64). (#21881)

commit 613f09199cb04d8d58e6de7d20fc36c87052332b
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 11:12:04 2025 -0500

    fix(Scripts/SunwellPlateau): Correct timing for Eredar Twins (#21894)

commit df17717b980ff0ac7e960ed8d19ab0b0bfe96969
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 12 15:31:29 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fef1cc141757321caf8ab099f38bafaa63a0cfbd

commit fef1cc141757321caf8ab099f38bafaa63a0cfbd
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 10:30:29 2025 -0500

    fix(Scripts/SunwellPlateau): Add Blink with Nove Arch Mage (#21904)

commit 329ba16e8af00efe35333027109cb16ddd1883dc
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 16:03:48 2025 +0200

    Fix(Script) Remove a Trailing whitespace from brutallus script. (#21909)

commit 7a9a466f1be8e3b9c2b7c12525658ba2796ff713
Author: blinkysc <[email protected]>
Date:   Sat Apr 12 07:49:13 2025 -0500

    fix(Scripts/SunwellPlateau): Set Brutallus corpse despawn timer to 3 minutes (#21896)

commit f903a73051a6f20d98af74c76bf79e77c01b617f
Author: Rocco Silipo <[email protected]>
Date:   Sat Apr 12 14:22:04 2025 +0200

    fix(Script/SunwellPlateau): Kil'jaeden now has a more offy-like last phase. (#21907)

commit f2577cabf28f16605c9254a16ee3730a3b3ca71f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 11 19:04:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bd83226d52b6cb6299d8974ccfcb033b4a928f1e

commit bd83226d52b6cb6299d8974ccfcb033b4a928f1e
Author: Jelle Meeus <[email protected]>
Date:   Fri Apr 11 21:03:49 2025 +0200

    fix(DB/Creature): Add Shadow Bolt Volley to Void Spawn's spells (#21898)

commit d67daf8e534cdc354e2cdd07fef9b4e16f1f6b19
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 11 18:46:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 12693ff3f225f1cf593481676a313985c8a55a5b

commit 530bc7349c93387649ac09f32ee2b08c65af8f46
Author: Jelle Meeus <[email protected]>
Date:   Fri Apr 11 20:45:59 2025 +0200

    fix(DB/SpellCustomAttr): make Spell Fury spellstealable (#21897)

commit 12693ff3f225f1cf593481676a313985c8a55a5b
Author: blinkysc <[email protected]>
Date:   Fri Apr 11 13:45:28 2025 -0500

    fix(Scripts/SunwellPlateau): Correct Singularity behavior in Entropius encounter (#21892)

commit 3f08610f84cfd7a20d38bc34f11816449684bc89
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 10 21:52:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 52aa16d3cf92d9fc5b29da29579addc1b7531412

commit 52aa16d3cf92d9fc5b29da29579addc1b7531412
Author: Rocco Silipo <[email protected]>
Date:   Thu Apr 10 23:51:16 2025 +0200

    fix(DB/Creature): Hand of the Deceiver is no longer immune to silence and stun. (#21890)

commit 7cc26e44c1d703589f24ef46dbb3c06faf180e74
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 10 08:09:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 78fbc77be2d428e3e47cb65c240fec2dab6cefbf

commit 78fbc77be2d428e3e47cb65c240fec2dab6cefbf
Author: Ryan Turner <[email protected]>
Date:   Thu Apr 10 09:08:50 2025 +0100

    fix (db/Conditions) -  Kael'thas Sunstrider's Heroic loot ref will drop the correct recipes to their respective proffesion. (#21884)

commit b828f7a02592e1b78373a5099ee6329ac5a30261
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 9 13:17:18 2025 +0200

    fix(Scripts/BlackTemple): Shahraz Fatal Attraction number of targets can be fewer than 3 (#21859)

commit 756c6c9001c1b6c35cfcefa91e299fcd8670bad8
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 9 11:34:53 2025 +0200

    fix(Scripts/BlackTemple): Shahraz Fatal Attraction Teleport (#21858)

commit cf67c48a1f09547a687b1451e84a6573c1dd5370
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 9 07:27:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c9595ed88b0d0dfbc4751e77318e4b9d9becb9e9

commit c9595ed88b0d0dfbc4751e77318e4b9d9becb9e9
Author: Rocco Silipo <[email protected]>
Date:   Wed Apr 9 09:26:14 2025 +0200

    fix(DB/Loot) Add gold drop, Netherweave Cloth and a drop chance for Gan'arg Analyzer. (#21883)

commit dda1fe87ca47186c7d717c190cd463e9ce5c91ff
Author: Tereneckla <[email protected]>
Date:   Tue Apr 8 21:13:26 2025 +0000

    feat(Core/World) add an error message when closing due to not finding the starting area map files (#21879)

    Server no longer will close without displaying an error message.

commit 4089f652c939cfd80758cc5c6dc4bb27e54c679c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 8 16:02:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bb66418929fd1c984568e1e6728007a828b23957

commit bb66418929fd1c984568e1e6728007a828b23957
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 8 18:01:39 2025 +0200

    fix(DB/Creature) Solve some npc issues on DK starting area (Phase 64). (#21848)

commit 135576216016d9a76b7dcd52204238af3d8000db
Author: Andrew <[email protected]>
Date:   Mon Apr 7 06:58:21 2025 -0300

    fix(Scripts/SunwellPlateau): Felmyst should choose the closest side (#21865)

commit b5931cd53a959d5fb87c06fb9cbbcee9986e0267
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 5 22:37:16 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4e644266443d0674053f4909f342acddee6a131b

commit 4e644266443d0674053f4909f342acddee6a131b
Author: Jelle Meeus <[email protected]>
Date:   Sun Apr 6 00:32:52 2025 +0200

    fix(DB/CreatureAddon): Remove `auras` Sunwell Radiance (#21857)

    Removes all fragements of `Sunwell Radiance` aura

commit c7eca94e182c0d3eff021e55f9e3a30d24e33c1e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 5 21:03:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bee1c4b80980a986d60355d6c92ae7dcf7e0188f

commit bee1c4b80980a986d60355d6c92ae7dcf7e0188f
Author: Jelle Meeus <[email protected]>
Date:   Sat Apr 5 23:02:28 2025 +0200

    fix(DB/GossipMenuOption): Swap Exarch Nasuun Anvil and Harbor progress (#21864)

commit c91b6d0e2db189e10214141d0d157ebf451deadc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 4 14:18:37 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 51f04956213f9d741a73e5d3aed0dc2df5aba729

commit 51f04956213f9d741a73e5d3aed0dc2df5aba729
Author: Andrew <[email protected]>
Date:   Fri Apr 4 11:17:31 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Darkness spawning midair (#21851)

commit ee724b0f38197eeba66877163f6c3f197b1bba56
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 3 20:36:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f374136ceefcfb672de0effb02769df72d3f651a

commit f374136ceefcfb672de0effb02769df72d3f651a
Author: Jelle Meeus <[email protected]>
Date:   Thu Apr 3 22:35:33 2025 +0200

    fix(DB/SpellCooldownOverrides): remove overrides of player spells (#21850)

commit f8ab473f9e8f27aa11a09199bf5677dc4d00f477
Author: blinkysc <[email protected]>
Date:   Thu Apr 3 13:37:48 2025 -0500

    fix(Script/ZulAmen) Hexlord now has fallback behavior as warrior (#21829)

commit ac6dea6df300c2fa48632429e36b93f2da60dd48
Author: Andrew <[email protected]>
Date:   Wed Apr 2 19:22:55 2025 -0300

    fix(Scripts/Commands): Fix crash in unstuck command (#21846)

commit 3d561fcd5b193ae84151a45ca5a3b930a131e1ff
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 20:27:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e39ebbbbf6936ebec2e1f1b948db2720cc036515

commit f937ed0dcd4487692b7bfffb728f8583dc4d6679
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 22:26:52 2025 +0200

    fix(Scripts/SunwellPlateau): Add Moorba's teleporter gossip (#21845)

    Co-authored-by: killerwife <[email protected]>

commit e39ebbbbf6936ebec2e1f1b948db2720cc036515
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 20:26:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e5f67c52ebb5736870dd60e532adc2c5913b7c34

commit e5f67c52ebb5736870dd60e532adc2c5913b7c34
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 22:25:16 2025 +0200

    fix(DB/SpellCooldownOverrides): remove overrides of player spells (#21844)

commit 0de3f63ce52920711bf1daead36f7b9a77f13a37
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 19:45:34 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d9aec99a34061c2379f09de4726154e0ad510dc3

commit d9aec99a34061c2379f09de4726154e0ad510dc3
Author: Jelle Meeus <[email protected]>
Date:   Wed Apr 2 21:44:38 2025 +0200

    fix(Scripts/ZulAman): Add Beast Tamer missing abilities (#21821)

    Co-authored-by: killerwife <[email protected]>
    Co-authored-by: anonxs <[email protected]>

commit 1e28939faba622d4d4474f7267df79b7621526a6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 14:56:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 19092fa5e3bfeb944ce92b5d5eb11ee2db289200

commit 21a94413dcabb49794faf42acc69e7e75ad83657
Author: Smirnov Sergey <[email protected]>
Date:   Wed Apr 2 17:56:07 2025 +0300

    fix(DB/Conditions) Requires Spirit Calling Aura to loot Lesser Nether Drake Spirit (QuestID: 10853) (#21841)

    Quest `Spirit Calling` now only will drop `Lesser Nether Drake Spirit` when the `Spirit Calling Totems'`s aura (`38778`) is on the player(s).

    To-do: `If recharges are finished quest giver should also refill your stock, currently it doesn't.`

commit 19092fa5e3bfeb944ce92b5d5eb11ee2db289200
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 2 14:55:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cc129c3d790d6ac6b5e957b26d6a07539201aaaf

commit cc129c3d790d6ac6b5e957b26d6a07539201aaaf
Author: Rocco Silipo <[email protected]>
Date:   Wed Apr 2 16:54:32 2025 +0200

    fix(DB/Creature) Citizen of New Avalon now have a more blizzlike behaviour. (#21842)

commit 274c31d40315ac29fdd74603078fe734a7527dc6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 17:49:45 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ad580a61909e5dfc2b740df359f50c4bf0f8725b

commit ad580a61909e5dfc2b740df359f50c4bf0f8725b
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 19:48:43 2025 +0200

    fix(DB/Creature) Shadow Image now only use one ability at a time.  (#21834)

commit 2bf5472ce64641ab4c92713a9f5fe7fd0f1561ae
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 17:15:21 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 441e55f7dce6c748086d4e3f7783606c4738eb13

commit 441e55f7dce6c748086d4e3f7783606c4738eb13
Author: Jelle Meeus <[email protected]>
Date:   Tue Apr 1 19:14:20 2025 +0200

    fix(DB/SpellCooldownOverrides): Add Data from SmartAI timers (#21830)

commit 87863b9741f7c58588f38c3eae8271b0d5d4301d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 16:36:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cba329c8a8aa72c961bed00513e2d944b480dc76

commit cba329c8a8aa72c961bed00513e2d944b480dc76
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 18:35:46 2025 +0200

    fix(DB/Creature) Reduce Dark Fiend range to explode. (#21840)

commit be4f3fdc8bcae7b28cf247cc3373fcb0fd0554e7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 16:22:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 521802382a1d5ae7e3d28bcb58943481cc64bb4e

commit 521802382a1d5ae7e3d28bcb58943481cc64bb4e
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 18:21:35 2025 +0200

    fix(DB/Creature) Add various immunities to Void Sentinel, Berserkers and Fury Mages. (#21839)

commit 90f9287857327c94b65f5e87fe9de49e43ca3809
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 15:53:12 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4c42bbc9c7957a6907b9afb9511f22acdca37419

commit 4c42bbc9c7957a6907b9afb9511f22acdca37419
Author: Smirnov Sergey <[email protected]>
Date:   Tue Apr 1 18:52:07 2025 +0300

    Added/Corrected missing russian quest locale and fix wrong russian locale. #2 (#21837)

    Multiple russian translations for:
    - Quests
    - Quests Request Items
    - Quests Offer Reward

    Progression of: https://github.com/azerothcore/azerothcore-wotlk/commit/c9464baa459089897a67455224106443092eb2b2

commit b03006aa1d8fe3169ff929807f92beabca35f97a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 09:07:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 277aed596ee3243474d197d8fd53a063c54b19a4

commit 1f3a90a41e113b9796e39a7b21bb75b223d4858a
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 11:06:29 2025 +0200

    fix(DB/Creature) Solve some Dark Fiend's behaviour. (#21818)

commit 277aed596ee3243474d197d8fd53a063c54b19a4
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 11:06:11 2025 +0200

    fix(Script/Sunwell) Solve some Eredar Twins' timer issues. (#21835)

commit 3c1f42245ce17435f8911d7df7980977632ce60e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 01:14:50 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 9734d1b4cc8e72147c0d71ce27e02e5b724b93e8

commit 9734d1b4cc8e72147c0d71ce27e02e5b724b93e8
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 20:13:51 2025 -0500

    fix(DB/Quest) Gammerita, Mon! Now has no quest requirement (#21833)

    Quest: "Gammerita, Mon!" no longer requires "Snapjaws, Mon!" (removed pre-requesite)

commit d99295fb183b3f8bbacb60ea8edc79ef4f7dc413
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 1 00:31:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b3622bbe5e9fcebe4818ac3e667b13667959c7d1

commit b3622bbe5e9fcebe4818ac3e667b13667959c7d1
Author: Jelle Meeus <[email protected]>
Date:   Tue Apr 1 02:30:35 2025 +0200

    fix(DB/Creature): set Charm immune (`mechanic_immune_mask`) for SWP Trash demons  (#21826)

commit 369a43110dcd552a0912c0994507680f5da37c9c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 23:49:46 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 3ede7bd944fd7dc38ffd348eff6910c31da9a659

commit 3ede7bd944fd7dc38ffd348eff6910c31da9a659
Author: Smirnov Sergey <[email protected]>
Date:   Tue Apr 1 02:48:40 2025 +0300

    fix(DB/Creature) fix Bannok Grimaxe's Axe Toss has a missing model (#21780)

    Co-authored-by: sudlud <[email protected]>

commit dafd307088f228e3cb9d0de34b583bb29e728aaa
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 22:08:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d724f43d5576bc844d969037aef353735075fc08

commit d724f43d5576bc844d969037aef353735075fc08
Author: Rocco Silipo <[email protected]>
Date:   Tue Apr 1 00:07:47 2025 +0200

    Fix(DB/Loot) Remove Sunglow Vest from Eredar Twins loot. (#21831)

commit fdf851756653bfccb4f2f1aa0e4c306833872732
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 19:03:28 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c9464baa459089897a67455224106443092eb2b2

commit c9464baa459089897a67455224106443092eb2b2
Author: Smirnov Sergey <[email protected]>
Date:   Mon Mar 31 22:02:26 2025 +0300

    fix(DB/Quest) Added missing russian quest locale and fix wrong russian locale. #1 (#21758)

    Multiple russian translations for:
    - Quests
    - Quests Request Items
    - Quests Offer Reward
    - Quest Greeting

commit 5562d722d661c64303f9345ba49c41b324ef0135
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 11:50:48 2025 -0500

    fix(Warden) Warden Anti-Cheat Timing Attack Protection MAC (#21824)

commit f1f56bf1dbbef08b988e565df5f3e4f298ca9efb
Author: blinkysc <[email protected]>
Date:   Mon Mar 31 11:50:28 2025 -0500

    fix(Warden) Warden Anti-Cheat Timing Attack Protection WINDOWS (#21823)

commit 555021ae1b8094868aae487753c5bc4347a6a41c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 31 14:40:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6d23ecbe9b2a84f0676a4abd4c4b52e98f122ae5

commit 6d23ecbe9b2a84f0676a4abd4c4b52e98f122ae5
Author: Rocco Silipo <[email protected]>
Date:   Mon Mar 31 16:39:05 2025 +0200

    fix(DB/Creature) Locate some Death Knight Initiates on their sniffed spawn points. (#21825)

commit 9db6fd53c17f91a52a213e11578879a741d37ca2
Author: Andrew <[email protected]>
Date:   Mon Mar 31 00:17:14 2025 -0300

    fix(Scripts/SunwellPlateau): M'uru should be passive (#21822)

commit 2071eaa5919b12a3e6968afe4f23dccf34aba542
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 17:30:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0baa8bedb1305876e484728603d0c82924d1cc4d

commit 0baa8bedb1305876e484728603d0c82924d1cc4d
Author: Ryan Turner <[email protected]>
Date:   Sun Mar 30 18:29:19 2025 +0100

    fix(db/CreatureLoot) - Removal of "Rod of Lianthe" and "Nightmare Vine" from "Eclipsion Hawkstrider"'s Loot (#21816)

commit 08696f9aadc9f37ad3847a7fd7f71baa7cc91efd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 16:47:38 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d30306c250732219601cf2a560e0ff5f94549497

commit d30306c250732219601cf2a560e0ff5f94549497
Author: Rocco Silipo <[email protected]>
Date:   Sun Mar 30 18:46:37 2025 +0200

    fix(DB/Creature) Remove Immune to Distract Flag on M'uru. (#21815)

commit cb68845229546e33deefe9eeac5c3466325cf971
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 30 16:42:56 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 88f3145b31fef6fee802d79e4dde955a3e6f1583

commit 88f3145b31fef6fee802d79e4dde955a3e6f1583
Author: Rocco Silipo <[email protected]>
Date:   Sun Mar 30 18:41:53 2025 +0200

    fix(DB/Creatures) Fix various issues on DK starting area (phase 1 and 64). (#21814)

commit 0cb6a03acf54040e941cfdc842fc4b57fa82a7f3
Author: 天鹿 <[email protected]>
Date:   Sun Mar 30 04:03:13 2025 +0800

    Fix(Core/Wintergrasp): Retrieve the missing Tower Cannon (#21752)

    Co-authored-by: sudlud <[email protected]>

commit 9d918f553cdac7d6306c164b988d4ced2afa72d3
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 12:58:54 2025 +0100

    fix(Script/Sunwell) Edit Felmyst timers and move emote in the right spell cast.  (#21809)

commit d549776335269593144b025983b8336d40cc4e2e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 29 10:19:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d21dd6d0bd681bc3f44bb6da45ae25f117867275

commit b384f4cc66c451c5a9df8472c30d0b6a155a2710
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 11:18:59 2025 +0100

    fix(DB/Creature) Southshore Assassins now despawn when OOC for 30 seconds. (#21757)

commit d21dd6d0bd681bc3f44bb6da45ae25f117867275
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 29 11:18:43 2025 +0100

    fix(DB/Creature) Remove Random in Radius and edit orientation for some Scarlet Peasants. (#21797)

commit 1a9000f636463f47bdc636c025e9290e52596328
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 29 08:36:26 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 80627efd6f34e0dc87a9e2f90a3e6aa8873d0d7a

commit 80627efd6f34e0dc87a9e2f90a3e6aa8873d0d7a
Author: Ryan Turner <[email protected]>
Date:   Sat Mar 29 08:35:27 2025 +0000

    (db/Creautre) - Adds Heroic version of Brann Bronzebeard to Halls of Stone (#21755)

commit 0ec26eba7c456d186305a2e5653b5e669f03cc2f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Mar 28 16:25:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): cf0bcf8616968b947f49a080b7b2a490981dd601

commit cf0bcf8616968b947f49a080b7b2a490981dd601
Author: Rocco Silipo <[email protected]>
Date:   Fri Mar 28 17:24:16 2025 +0100

    fix(DB/Condition) Scarlet Cannons now require Massacre at Light’s Point to be used. (#21796)

commit 094c15a323e2b5567f1ad08a5e4d41cebd441726
Author: Jelle Meeus <[email protected]>
Date:   Fri Mar 28 11:18:40 2025 +0100

    fix(Core/Spells): implement `SPELL_ATTR7_TREAT_AS_NPC_AOE` (#21787)

    Co-authored-by: Shauren <[email protected]>

commit e6615c8b3ae9d686740fee2816b5046b7107e2e1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 27 17:43:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 9c3418d4827374c5a3dd3a0ec33dce82319be976

commit 9c3418d4827374c5a3dd3a0ec33dce82319be976
Author: blinkysc <[email protected]>
Date:   Thu Mar 27 12:42:29 2025 -0500

    fix(DB/Creature) Set Kirtonos the Herald to level 60 (#21784)

    Kirtonos the Herald corrected level from 63 to 60

commit fe8dcf97659906dab14e247a03696a43c78197e1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 27 15:42:09 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c528ce61cde9832c29a9220bdbe6ff600ac8e2f2

commit c528ce61cde9832c29a9220bdbe6ff600ac8e2f2
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 27 16:41:06 2025 +0100

    fix(DB/SunwellPlateau) M'uru should Hard Reset. (#21791)

commit 242311b7b12b7b82ac5ddfbdd3cabc0a45fd6de8
Author: Andrew <[email protected]>
Date:   Wed Mar 26 05:18:32 2025 -0300

    fix(Scripts/SunwellPlateau): Update twin timers and Flame Sear target… (#21777)

commit 71c337143728a9cd5a4c045ca85a468e7207a74b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 25 19:36:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): bec7a4e3fb38765e94c74b611d2b11889dff1981

commit bec7a4e3fb38765e94c74b611d2b11889dff1981
Author: blinkysc <[email protected]>
Date:   Tue Mar 25 14:35:15 2025 -0500

    fix(DB/SmartScript) Alumeth the Ascended will now repeat cast Psychicscream around 20 seconds (#21772)

commit 761cd7e6ad22778d4b00ca0ecad7d18bc012b304
Author: Andrew <[email protected]>
Date:   Tue Mar 25 14:48:00 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Alythess chasing players after casting (#21773)

commit c9062612098c76d36ff64972a1a485da4bf8c198
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 25 13:10:46 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ac927769fcdf62b92ac0bfe42e0e9454b84ee781

commit ac927769fcdf62b92ac0bfe42e0e9454b84ee781
Author: Rocco Silipo <[email protected]>
Date:   Tue Mar 25 14:09:48 2025 +0100

    fix(DB/Creature) Eredar Twins should be immune to taunt. (#21770)

commit 28bf680a9939f7cd5a951f8f2cbd3cdff8c28b2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 24 17:17:24 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 4e9148799f7eca6accc6b599b5103d4a81e6c442

commit 4e9148799f7eca6accc6b599b5103d4a81e6c442
Author: Andrew <[email protected]>
Date:   Mon Mar 24 14:16:22 2025 -0300

    fix(Scripts/SunwellPlateau): Remove despawn on evade flag from KJ and… (#21753)

commit d5bee6e2a359564918f62124f36205905ae56a81
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 16:17:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 62ca88a2b488b1cebd9c8df09cf594cf62769aab

commit 62ca88a2b488b1cebd9c8df09cf594cf62769aab
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 22 17:16:18 2025 +0100

    fix(DB/Creature) Dark Fiends now despawn when dispelled. (#21749)

commit e23e4dfd52eeeb8a999fb9b869dc0103d003bfb1
Author: Andrew <[email protected]>
Date:   Sat Mar 22 10:29:55 2025 -0300

    fix(Scripts/SunwellPlateau): Fix twin emotes in phase 2 (#21751)

commit 8acbd9a8898632a5f9c8ea9478f0614e9c8432eb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 12:55:18 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0210f617c191591f8ffe0c958eb957c978ec4551

commit 0210f617c191591f8ffe0c958eb957c978ec4551
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 22 13:54:21 2025 +0100

    fix(Creature/Formations) Volatile Fiend Packs now are in formation. (#21750)

commit ae76703b755cbb73efc76c768a8859bf140f78e9
Author: 天鹿 <[email protected]>
Date:   Sat Mar 22 16:13:08 2025 +0800

    fix(Scripts/SunwellPlateau): M'Uru ability DARKNESS now spawns dispellable skulls (#21747)

commit ca0b8514878426a430e075a76f2150f7ec8d1c78
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 22 08:04:20 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 90866f1d284c1a63e96da7d1221b53483e1ce951

commit 6ed7e0fe5cccc478a1b56fbdedfc4f698d33bc4b
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 22 09:04:00 2025 +0100

    fix(Scripts/SunwellPlateau): Felmyst Strafe strafe spells (#21745)

    Co-authored-by: killerwife <[email protected]>

commit 90866f1d284c1a63e96da7d1221b53483e1ce951
Author: Andrew <[email protected]>
Date:   Sat Mar 22 05:03:22 2025 -0300

    fix(Scripts/SunwellPlateau): Implement twins boundary wipe mechanic (#21746)

commit 7aced2f62e9823a8a2b88b1cb9ed89e1175ed6ee
Author: p-tkachuk <[email protected]>
Date:   Fri Mar 21 18:55:53 2025 +0100

    fix(Scripts/Nexus): Magus Telestra death (#21744)

    Co-authored-by: Hexadecimal <[email protected]>

commit 1707832e7a193aae62be5586ebdabbc0ad94a03f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Mar 21 16:19:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d666c9330c33eece25de743a628834347b60b75b

commit d666c9330c33eece25de743a628834347b60b75b
Author: sudlud <[email protected]>
Date:   Fri Mar 21 17:18:53 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'SWP / MGT' spawns (#21699)

commit 3cbe976a4ebaeb7d5dfd3a0f155a3f83ed6ebd53
Author: Andrew <[email protected]>
Date:   Fri Mar 21 05:00:17 2025 -0300

    fix(Scripts/SunwellPlateau): Vapor should chase the player targeted b… (#21740)

commit a0fc2a553c9a2b59a7016a07efbccf013306ceb6
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 20 22:28:57 2025 +0100

    fix(Script/Boss) Decrease Kalecgos human form spawn timer. (#21738)

commit 77e497a49dc58c55a645cd3c7e994e4e2670b66d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 19 22:44:10 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 87effd1841269c377a67cb2789582ad7c91b36c3

commit 87effd1841269c377a67cb2789582ad7c91b36c3
Author: Rocco Silipo <[email protected]>
Date:   Wed Mar 19 23:43:09 2025 +0100

    fix(DB/Creature) Add formation for the the last pack before Kalecgos. (#21735)

commit 9520b25155e9a21cd0d5ed10e1168013d32d6f9a
Author: Anton Popovichenko <[email protected]>
Date:   Wed Mar 19 17:46:00 2025 +0100

    fix(Core/Spell): Prevent Blink from causing character to fall through ground (#21537)

commit 5eee6bc383b6cb69fa1e5c08d36f46b44713e1c7
Author: Andrew <[email protected]>
Date:   Wed Mar 19 08:52:37 2025 -0300

    fix(Scripts/SunwellPlateau): Increase delay before choosing lane and … (#21733)

commit 35d37a6f9313cafbe8cbb190c89fbfdb9d5b8293
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 19 08:16:39 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): aa84cbc9544df63f995d3ffe585648ce3c827b02

commit aa84cbc9544df63f995d3ffe585648ce3c827b02
Author: Jelle Meeus <[email protected]>
Date:   Wed Mar 19 09:15:38 2025 +0100

    fix(Scripts/SunwellPlateau): Sathrovarr's Curse of Boundless Agony (#21730)

commit 7727a09dc8b194e6de67522ccb1752eb4bf18f44
Author: Jelle Meeus <[email protected]>
Date:   Tue Mar 18 16:39:55 2025 +0100

    fix(Scripts/Outland): add missing `return` if no target is found (#21731)

commit 3b90710e64878fed3a983b3c141b9afe0fd6acd1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 21:28:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 83d9c6c763c4806405686df3d18c06b455c88566

commit 83d9c6c763c4806405686df3d18c06b455c88566
Author: kamenitxan <[email protected]>
Date:   Mon Mar 17 22:27:15 2025 +0100

    fix(DB/POI): update poi for Anthion's Old Friend quest with sniffed data (#20980)

commit 674cba3ad9e566fdd6a7b366500ee047c7dc150a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 13:57:23 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 76594b0292370215beaa9aea508a8eda5057a530

commit 76594b0292370215beaa9aea508a8eda5057a530
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 14:56:23 2025 +0100

    fix(Scripts/Zuldrak) Npc: Blightguard; Spell: Scourge Disguise and related things (#21536)

    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: Rocco Silipo <[email protected]>
    Co-authored-by: Killyana <[email protected]>
    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit c79c5b54fa75d206e60c2ab7cfe3101dc0a7a4fd
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 12:48:10 2025 +0100

    fix(Scripts/AzjolNerub): Boss Herald Volazj - Insanity spell cast (#21287)

    Co-authored-by: Hexadecimal <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit 6f2bd587f5b22da4207825736c0e0dfff0cfa851
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 11:24:00 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a387282e693b4016c12def55e64e080754d933ac

commit a387282e693b4016c12def55e64e080754d933ac
Author: p-tkachuk <[email protected]>
Date:   Mon Mar 17 12:23:01 2025 +0100

    fix(DB/FISHING): Fix "Disarmed!" fishing quest (#21310)

    Co-authored-by: Hexadecimal <[email protected]>

commit 010d962e7053ee42f2b0bb8bbdc68c7703667553
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 17 10:06:27 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6535a75121008454c7d425002c8a4e4f42bef100

commit 6535a75121008454c7d425002c8a4e4f42bef100
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 17 11:04:31 2025 +0100

    fix(Scripts/Spells): add warrior heroic strike daze bonus damage (#21650)

commit 5d406b9220c27d2003d14807b3eba4befe6a73a1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 20:06:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 84e4884d8512c9023d97bbdb8e14eb332accdaac

commit 84e4884d8512c9023d97bbdb8e14eb332accdaac
Author: Pandeesh Groodanj <[email protected]>
Date:   Sun Mar 16 16:05:52 2025 -0400

    fix(DB/Quest): Fixes missing prerequisite quest for "Pushed Too Far" (#21721)

    Co-authored-by: Pandeesh Groodanj <[email protected]>

commit 7185e94954602383de832e128ad2fcaec1189acb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:30:59 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 71870c05c750886ad5166f857b4e477bc96f73c4

commit 71870c05c750886ad5166f857b4e477bc96f73c4
Author: @cgrahamseven <[email protected]>
Date:   Sun Mar 16 14:29:57 2025 -0500

    fix(DB/Core/Quests): Fix the quest "Load'er Up" (#20241)

    Co-authored-by: cgrahamseven <[email protected]>
    Co-authored-by: sudlud <[email protected]>

commit c3a888f6849fbde0d8ff24e1ed37749bf2abfea8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:26:30 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 34d14023314700380c7e8de2ef780223bf0cef15

commit 34d14023314700380c7e8de2ef780223bf0cef15
Author: blinkysc <[email protected]>
Date:   Sun Mar 16 14:25:31 2025 -0500

    fix(DB/Halls of Lightning) Trash inside dungeon now drop [Relic of Ulduar] (#21713)

commit a776c764c689f13a35bdbfcd3a544141fdacc8a7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 19:19:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 3bd493f152bfc732b0c4dd65fa76dd5cd4395d09

commit 3bd493f152bfc732b0c4dd65fa76dd5cd4395d09
Author: blinkysc <[email protected]>
Date:   Sun Mar 16 14:18:16 2025 -0500

    fix(DB/Halls of Stone) Trash inside dungeon now drops [Relic of Ulduar] (#21710)

commit fa273a9f28d0371753e41cb88ad89d211d0b815b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 16 08:28:42 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 04b400447c7b4645067eb338c29ec4f0111b01f4

commit 04b400447c7b4645067eb338c29ec4f0111b01f4
Author: Pandeesh Groodanj <[email protected]>
Date:   Sun Mar 16 04:27:42 2025 -0400

    fix(DB/Quest): Fixes the prerequisite quest for "A Job Undone" (#21714)

    Co-authored-by: Pandeesh Groodanj <[email protected]>

commit 4459afc98d70897a9e9b272f01d5d4b8801cd7c5
Author: sudlud <[email protected]>
Date:   Sat Mar 15 21:47:11 2025 +0100

    fix(Core/Movement): Allow MoveFollow to not inherit speed of the target (#21711)

commit 92c666afb47ec590fea4f8739a090778ab5e2f9d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 15 16:06:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 77e6dbcf853969fd07d4af049963f136062f3e4b

commit 77e6dbcf853969fd07d4af049963f136062f3e4b
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 15 17:05:19 2025 +0100

    fix(Scripts/SunwellPlateau): Felmyst Demonic Vapor (#21709)

commit e0a2622138e519c66e375540bd205cd1c4078551
Author: Anton Popovichenko <[email protected]>
Date:   Fri Mar 14 10:41:04 2025 +0100

    fix(Core/Calendar): Fix crash on deletion while iterating through calendar events. (#21667)

commit 82e76e8781af8d4935f2e4c5b58b55fc6ace9fde
Author: Rocco Silipo <[email protected]>
Date:   Fri Mar 14 00:24:02 2025 +0100

    fix(Script/SunwellPlateau): Correct Meteror Slash Timer. (#21688)

commit 7cc25c9799d78e514d0f6e7fb8892da75ecd4333
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 13 22:32:52 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 00f12d685e7eb1efc9794ce9350e525b7c9dc251

commit 00f12d685e7eb1efc9794ce9350e525b7c9dc251
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 23:31:54 2025 +0100

    fix(DB/Loot) Add missing recipes to SwP trashes (#21701)

commit 85847638899cb4a96c42d16a00fa0b0736442381
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 00:17:27 2025 +0100

    fix(Script/SunwellPlateau): Correct some spell's timers. (#21689)

commit a2eee90f0d762a16d2f1448f7fc28960092a5517
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 13 00:10:27 2025 +0100

    fix(Script/SunwellPlateau): Demonic Vapor Trail now despawn. (#21687)

commit 502730d89ecee12328b65f9ef9f01ba0ba5b355d
Author: Grimgravy <[email protected]>
Date:   Wed Mar 12 07:15:59 2025 -0300

    fix(Scripts/ZulAman): text with symbol and improved frog movement (#21206)

    Co-authored-by: sudlud <[email protected]>
    Co-authored-by: Jelle Meeus <[email protected]>

commit 5a89348d7339569533394a464443f8b4fc4f6958
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 20:40:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 71ee15687184988cc7a513d199d7d1a7ac43ec3a

commit 71ee15687184988cc7a513d199d7d1a7ac43ec3a
Author: sudlud <[email protected]>
Date:   Tue Mar 11 21:39:43 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'Orb of the Blue Flight' spawns (#21696)

commit 069db988a2a3eaeba9c47aad4ec6e9eb38ffea4f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 18:08:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): da7b57079de8796984c8aa4ce0e3bd03039b5a6e

commit da7b57079de8796984c8aa4ce0e3bd03039b5a6e
Author: Rocco Silipo <[email protected]>
Date:   Tue Mar 11 19:07:47 2025 +0100

    fix(DB/Loot) Add missing loots on Eredar Twins and Entropius. (#21693)

commit dd42f7a6737f21626a254e8c9fd09ff462c09850
Author: Vincent Vanclef <[email protected]>
Date:   Tue Mar 11 15:01:55 2025 +0100

    feat(Core/Entities): Add OnPlayerSendListInventory script hook (#21676)

commit d4b1c795c8860ccaa7728e6376ec67b27dc3b977
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Mar 11 06:13:10 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 0b6f9b475b21078c5e0d620d428bd139a5d2a994

commit 0b6f9b475b21078c5e0d620d428bd139a5d2a994
Author: Exitare <[email protected]>
Date:   Mon Mar 10 23:12:03 2025 -0700

    fix(DB/Quest): Zapped Giants now behave correctly (#21100)

    Co-authored-by: Exitare <[email protected]>
    Co-authored-by: Ludwig <[email protected]>
    Co-authored-by: Jelle Meeus <[email protected]>

commit 2e9b40e21ab10364ecfea281e6ff4480715d61eb
Author: sudlud <[email protected]>
Date:   Mon Mar 10 22:48:04 2025 +0100

    fix(Core/Group): fix group loot for quest items (#21683)

    Co-authored-by: EricksOliveira <[email protected]>

commit 451750eb04ad1252085edc7101c700a2f533b01b
Author: Exitare <[email protected]>
Date:   Mon Mar 10 14:10:43 2025 -0700

    fix(Scripts/Hyjal): Fix hyjal trash (#21194)

    Co-authored-by: Exitare <[email protected]>
    Co-authored-by: Ludwig <[email protected]>

commit 90ed058379c22bb7622940a7201e1d375d5608d4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 10 15:36:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5291632c007f90745ca8416b48f617e47035b8b8

commit 5291632c007f90745ca8416b48f617e47035b8b8
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 10 16:35:54 2025 +0100

    fix(Scripts/SunwellPlateau): Add Brutallus Flame Ring explosion (#21681)

commit ffe03f6e14c4beafa95645ee40d27f36d0686fd6
Author: Vincent Vanclef <[email protected]>
Date:   Mon Mar 10 08:44:33 2025 +0100

    feat(Core/Entities): add OnPlayerCanGiveLevel script hook (#21666)

commit 4cdb315db1742879fc67b70f6db3a744de25714c
Author: Jelle Meeus <[email protected]>
Date:   Mon Mar 10 00:43:47 2025 +0100

    fix(Script/SunwellPlateau): duplicate keys instance objects (#21679)

commit a62be1f563255723d90e5fca1a001cab88241cfb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:47:35 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 973b501f2b62e238293813a77152d80866342972

commit 973b501f2b62e238293813a77152d80866342972
Author: Ryan Turner <[email protected]>
Date:   Sun Mar 9 21:46:36 2025 +0000

    fix(DB/Loot Comments) - Added Missing Reference and Creature Loot Comments (#21672)

commit 83ae9b13a1f8a3632c2627ca33e939b8b38d35f8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:43:50 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5ab3997c4061d841ad80e87f7a405be663904ca5

commit 5ab3997c4061d841ad80e87f7a405be663904ca5
Author: blinkysc <[email protected]>
Date:   Sun Mar 9 16:42:51 2025 -0500

    fix(Quest/HillsbradFoothills) Elixir of Pain quest now has no prerequisite (#21662)

    Co-authored-by: sudlud <[email protected]>

commit 0b2443176885debf7896df5bf694b0ec3e75e789
Author: tabudz <[email protected]>
Date:   Mon Mar 10 04:27:37 2025 +0700

    fix(deps/zlib): CVE-2022-37434: Potential Vulnerability in Cloned Function (#21599)

    https://nvd.nist.gov/vuln/detail/CVE-2022-37434
    madler/zlib@eff308a

commit 5ec85e527aa78d14c2f7e845f043b440fde31ccd
Author: 天鹿 <[email protected]>
Date:   Mon Mar 10 05:21:34 2025 +0800

    fix(Core/PvP): OutdoorPvPZM - fetch creature spawnId correctly (#21634)

commit b9c3ed63e87155602ea3a210d8be573d020691b8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 21:14:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 052c9448803ea82a45c1c7fbda84748ea72b4364

commit 052c9448803ea82a45c1c7fbda84748ea72b4364
Author: Paul <[email protected]>
Date:   Mon Mar 10 00:13:49 2025 +0300

    fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454)

commit f7778ccaf536912bd16682dd75295d52103187f7
Author: p-tkachuk <[email protected]>
Date:   Sun Mar 9 11:14:06 2025 +0100

    fix(Core/SpellInfoCorrections): Fix "Throw Bomb" spell (#21463)

    Co-authored-by: Hexadecimal <[email protected]>

commit 227be74e67420838ad8b365d76bbb6498da215b7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 08:18:59 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 231096132c5046ee446187702bce1f9fbb8579c7

commit 231096132c5046ee446187702bce1f9fbb8579c7
Author: Kitzunu <[email protected]>
Date:   Sun Mar 9 09:18:01 2025 +0100

    refactor(Core/ServerMail): Refactor to Dedicated Manager Class with Multi-Item & Condition Support (#21590)

    1. Core Cleanup
        - Move all ServerMail logic from `ObjectMgr` into a new dedicated `ServerMailMgr` class
        - Move faction logic for money from SendServerMail into the script
    2. Separation of items into a new table
        - Create a new `mail_server_template_items` table
        - Allows to send multiple items in one mail
        - Separate items per faction Alliance/Horde
    3. Separation of conditions into a new table
        - Create a new `mail_server_template_conditions` table
        - Allows to use multiple conditions for one mail
        - Available condition types
            - Minimum playtime (playerLevel >= condition)
            - Minimum playtime (playerPlayTime >= condition)
            - Rewarded quest
            - Earned achievement
            - Earned reputation (playerReputation >= conditionState)
            - Faction
            - Race
            - Class
    4. Updated ServerMail loading
        - Move item and condition loading to their own functions
            - LoadMailServerTemplateItems()
            - LoadMailServerTemplateConditions()
    5. Reworked eligibility check
        - Player needs to pass all conditions to be eligible for the mail
        - All players are automatically eligible if no conditions exist for a server mail template.
    6. Updated foreign keys
        - For table `mail_server_character`, `mail_server_template_conditions`, `mail_server_template_items` foreign key with on delete cascade is added for automatic removal of entries if mail_server_template.id is deleted.
    7. Database changes
        - See the PR

commit 061044b710921e2fcd61a6d00a5a8f7959050334
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 9 07:06:01 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c211920e11acb5ce58c5ef90f781e7eb638a30a7

commit c211920e11acb5ce58c5ef90f781e7eb638a30a7
Author: daobashun <[email protected]>
Date:   Sun Mar 9 15:05:01 2025 +0800

    fix(DB/SAI) add Wind trader mu'fah smart script (#21366)

commit 9990d599796238f7b7d7e911070b8f45991b78e8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 8 21:44:21 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 5c1b4d863cb43c512c0ce602056198c21ee2dc86

commit 5c1b4d863cb43c512c0ce602056198c21ee2dc86
Author: Jelle Meeus <[email protected]>
Date:   Sat Mar 8 22:43:20 2025 +0100

    fix(Scripts/SunwellPlateau): Sunblade Scout activate protector (#21629)

commit 4a11fe0db5cbb7d9bf5d23bbceb2283838fd2ec2
Author: Tereneckla <[email protected]>
Date:   Sat Mar 8 14:45:15 2025 +0000

    Core/Unit: Revert AutoRepeatSpell delay application to Auto Shot (#19603)

commit 4acb784bb6c34d97ff3e7fe9e1a97853a8f715a7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 8 11:22:24 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 99c90c00d5a628c2d1c0ee6e30f5f7b943917aaa

commit 99c90c00d5a628c2d1c0ee6e30f5f7b943917aaa
Author: Rocco Silipo <[email protected]>
Date:   Sat Mar 8 12:21:26 2025 +0100

    fix(DB/Creature) Adds Disable Gravity to Shield Orb. (#21671)

commit 3406cb03b31e1ee3eb1f916dbd083d7582e66910
Author: Anton Popovichenko <[email protected]>
Date:   Fri Mar 7 21:52:47 2025 +0100

    fix(Core/Tickets): Fix crash in `ticket complete` command. (#21665)

commit 263f14d8005aa4476b1c77c28ec7b22f5140cb16
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 6 20:38:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 1a2e30a1f628e095175666a768425fbfa4bc4fe9

commit 1a2e30a1f628e095175666a768425fbfa4bc4fe9
Author: Rocco Silipo <[email protected]>
Date:   Thu Mar 6 21:37:27 2025 +0100

    fix(DB/Creature) Solve some Shadowsword Assassin issues. (#21658)

commit f818ef6876f67fa9698be088aa003cc5d6ed28be
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 6 06:57:15 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): aba8d42dde1d872d8b4ba39023c8b810ae832f76

commit aba8d42dde1d872d8b4ba39023c8b810ae832f76
Author: sudlud <[email protected]>
Date:   Thu Mar 6 07:56:15 2025 +0100

    fix(DB/Gameobject): Sniffed Values for 'Isle Daily Gobs' spawns (#21655)

commit e8ba158c62b5daf75855e50d613f13d8b5d09555
Author: sudlud <[email protected]>
Date:   Wed Mar 5 13:10:58 2025 +0100

    fix(CI/modules-build): enable mod-antifarming (#21654)

commit 062cb90da87c4142252cca54324b12ca166080b4
Author: Tereneckla <[email protected]>
Date:   Wed Mar 5 02:48:37 2025 +0000

    fix(Core/Spells): readd 33% chance for lightning overload to fail on chain lightning (#21645)

commit f6caa7e63b00df398974073e7a5a31fdb5f74f46
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 5 02:45:57 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 78a01fd67844d3cfbd205415d88aa0885bf40969

commit 78a01fd67844d3cfbd205415d88aa0885bf40969
Author: p-tkachuk <[email protected]>
Date:   Wed Mar 5 03:44:57 2025 +0100

    fix(Scripts/Ulduar): Fix Kologarn script (#21595)

    Co-authored-by: Hexadecimal <[email protected]>

commit 82bc814858c2f9f507bfa707fce1b2507d6afaed
Author: 天鹿 <[email protected]>
Date:   Tue Mar 4 05:12:54 2025 +0800

    fix(Core/PvP): Sometimes mobs and objects fail to spawn in OutdoorPvP (#21636)

commit a2a0bc51ab5e8c33a650a77b6098b1a6c5d3ff82
Author: 天鹿 <[email protected]>
Date:   Tue Mar 4 05:11:56 2025 +0800

    fix(Core/Bones): Unable to create bones (#21635)

commit ba37b3d1307d50b701d9312212c4c6aa1fc38bbb
Author: sudlud <[email protected]>
Date:   Mon Mar 3 18:46:03 2025 +0100

    feat(CI/modules-build): add all current azerothcore modules (#21624)

commit 6fc63331411057fd2174906688a2bb8c29852978
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 3 05:13:16 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fdd469b61b0263bcb5a0e0a2a0a353a1b5a65df2

commit fdd469b61b0263bcb5a0e0a2a0a353a1b5a65df2
Author: Benjamin Jackson <[email protected]>
Date:   Mon Mar 3 00:12:17 2025 -0500

    fix(DB): Add spawns for Tenris Mirkblood room in Karazhan. (#21638)

commit 222beca66da96995ea525c93aed4b5da679e0bc2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Mar 3 01:24:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 945b2d79fdcd2807872b445db38e5fafa41896dc

commit 945b2d79fdcd2807872b445db38e5fafa41896dc
Author: Andrew <[email protected]>
Date:   Sun Mar 2 22:23:36 2025 -0300

    fix(DB/Creature): Disable Felmyst pathfinding (#21641)

commit 2957143338bb4f39b244122e43aa45c523bc28b7
Author: sudlud <[email protected]>
Date:   Sun Mar 2 22:05:20 2025 +0100

    fix(CI/linux-build): use correct OS name for cache key (#21640)

commit bff7b0dd7c9b944cdb5d0640c3588816989db36f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 20:31:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a414b5776afd015c1fdbf4abe57386bb3041fb12

commit ed6f296849f7b04c232b936da881a90a5251afff
Author: Benjamin Jackson <[email protected]>
Date:   Sun Mar 2 15:31:02 2025 -0500

    fix(DB/Disables): Remove incorrectly disabled quests. (#21628)

commit a414b5776afd015c1fdbf4abe57386bb3041fb12
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 20:30:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7e78484bd84650ffb6cbf00a402275fcbee96bf5

commit 7e78484bd84650ffb6cbf00a402275fcbee96bf5
Author: Benjamin Jackson <[email protected]>
Date:   Sun Mar 2 15:29:18 2025 -0500

    fix(DB): Add Argent Dawn spawns for Scourge Invasion. (#21630)

commit 6422026893a08aba480c98a0a3a5b4884a5b4871
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Mar 2 19:08:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c60b294228e0f84f2f96692a27c6176198eb1f43

commit c60b294228e0f84f2f96692a27c6176198eb1f43
Author: Andrew <[email protected]>
Date:   Sun Mar 2 16:07:43 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Felmyst air phase (#21637)

commit 9e4c74bab1319d8b212d4d57503a6f00b3a19a55
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 18:48:42 2025 +0100

    fix(CI/Codestyle): Minor typo in insert_delete_safety_check (#21639)

commit 6786cb19c3edd5860b55c5aae6ef5d871fa445b1
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 18:02:09 2025 +0100

    fix(CI/Codestyle): Imrpove semicolon check and general improvements (#21632)

commit ee23fdca3dc42e8d0976ace1fb103411b19c908d
Author: Kitzunu <[email protected]>
Date:   Sun Mar 2 16:49:18 2025 +0100

    fix(CI/Codestyle): Escape all MySQL keywords and skip /* comments (#21631)

commit 544878c04893df6cb94a6433c15d1ac26144d0a8
Author: p-tkachuk <[email protected]>
Date:   Sun Mar 2 05:46:49 2025 +0100

    fix (Core/Wintergrasp) Fix map and battle icon (#21622)

commit e1f84d5604b26459e51529e60d295fc976e1ab1f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Mar 1 23:34:08 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b7e33283a5755bb85a7beee8acdfbac7c32ff231

commit b7e33283a5755bb85a7beee8acdfbac7c32ff231
Author: Ryan Turner <[email protected]>
Date:   Sat Mar 1 23:33:10 2025 +0000

    feat(DB): clarify IDs for faction changes  (#20480)

commit 00df52ff192f231978d2858e5a98ac0fbd060628
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:53:05 2025 +0100

    fix (Core/Wintergrasp) hearthstone was visibly on cooldown when player left WG (#21620)

    Co-authored-by: Hexadecimal <[email protected]>

commit 9a6078a2629013e83b401a56d2e694bcc83519b7
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:51:46 2025 +0100

    fix (Core/Wintergrasp) Icon now disappears when player leaves queue (#21619)

    Co-authored-by: Hexadecimal <[email protected]>

commit 3834bac43d6f34a0aaa9de3f254b7bd37a89980a
Author: p-tkachuk <[email protected]>
Date:   Sat Mar 1 21:50:13 2025 +0100

    fix (Core/Winterg…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CORE Related to the core file-cpp Used to trigger the matrix build Ready to be Reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

K'iru's Song of Victory is not applied when resurrected.
3 participants