Skip to content

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).

Player movement handlers update a player's orientation (mouse drag or keyboard turn), but channel update overwrites it as if it were facing the creature

This causes issues with Yogg-Saron, where Drain Soul will face the boss on the server side when the player is turned away.

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.
  1. Cast Drain Soul on a target dummy
  2. Change orientation (mouse drag or keyboard turn)
  3. Log position

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.

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.

…orientation

player movement handlers update orientation (mouse drag or keyboard
turn), but channel update overwrites it as it it were facing the
creature

causes issues Yogg-Saron where Drain Soul will on server-side face the
boss when the player is turned away
@github-actions github-actions bot added CORE Related to the core file-cpp Used to trigger the matrix build labels May 17, 2025
@blacknightt1
Copy link

https://wowdb.ir/?spell=63050

When Drain Soul is connected to the boss and then the player turns his back to the boss
It should not be less than Sanity
With this above change that you gave, I tested it, unfortunately, it decreases

@PkllonG
Copy link
Contributor

PkllonG commented May 23, 2025

Tested

@blacknightt1
Copy link

https://github.com/TrinityCore/TrinityCore
I tested trinitycore ... Sanity and Drain Soul
They work properly in it

@TheSCREWEDSoftware TheSCREWEDSoftware merged commit 13e9ae5 into azerothcore:master Jun 7, 2025
13 checks passed
justurn added a commit to ZepplinCore-Development/Zeppelin-Core that referenced this pull request Jun 8, 2025
commit 11978bff08dcaa10542103d1da5ab7d51274c3e2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 8 00:27:08 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d7452e83b03117727226c09769375bde60344d60

commit d7452e83b03117727226c09769375bde60344d60
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat Jun 7 20:26:04 2025 -0400

    fix(DB): Significantly increase opcode limit for guild member note opcodes. (#22258)

commit 43108b8ee2997f3df8e7ec7bb040a44966317441
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Jun 8 00:15:40 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e3096010a476ccadefde6a149a65e679e3667612

commit 68ece33f89e00df882638d578fe92022809982eb
Author: Macs-Account <macsgithub@gmail.com>
Date:   Sat Jun 7 18:15:32 2025 -0600

    fix(Core/Scripting): `UnitScript::DealDamage` always returns the original damage value (#22206)

commit 608d110d7f13770b05e146b7e28e0aac7f7821cf
Author: Smirnov Sergey <lyns@lyns.pro>
Date:   Sun Jun 8 03:14:56 2025 +0300

    fix(DB/Quest) Added/Fix missing russian quest locale and fix wrong russian locale. #3 (#22277)

commit e3096010a476ccadefde6a149a65e679e3667612
Author: Quentin Dawans <contact@ovv.dev>
Date:   Sun Jun 8 02:14:34 2025 +0200

    fix(DB/creature_loot) - Durar's and Kathorn's Power Cell corrected drop rate to 100% (#22203)

commit 9279b1248f167648adbe457f1d4d043d2c806c22
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Sat Jun 7 15:43:53 2025 -0300

    fix(Core/SAI): Don't try to reposition SMC creatures while moving (fi… (#22280)

commit 13e9ae5206f06a3a467ccc97b3f84108a5df575f
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sat Jun 7 13:58:53 2025 +0200

    fix(Core/Spells): channels no longer update player server-side orientation (#22138)

commit 416955907df4a4d02a771d84d0bb838372184c91
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat Jun 7 07:57:23 2025 -0400

    refactor(Core/Channel): Cast moderation level to account types and avoid boolean evaluation. (#22283)

commit b400dcfdb13104b84a199f63bb0c56e374753222
Author: NoxMax <50133316+NoxMax@users.noreply.github.com>
Date:   Sat Jun 7 02:59:39 2025 -0600

    fix(Conf/Logs): Change Errors.log to overwrite (#22151)

commit 15c7673d05ba21f3a9136fd5632f72c809cc9ee4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Jun 7 08:44:26 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a4e609f7624b1997280f64815d63ea3c36e85b10

commit a4e609f7624b1997280f64815d63ea3c36e85b10
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sat Jun 7 10:43:25 2025 +0200

    fix(DB/Command): update `wchange` help (#22281)

commit da7db0a510084bbacc38ea4baee1e722b30b3df8
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat Jun 7 03:24:50 2025 -0400

    refactor(Core/Spells): Remove effectively unused switch case. (#22284)

commit 90a101cedb66e59ddad4b51b14b1b1f8d526162f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Jun 6 21:53:56 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e824525a318f437a429c3cedbbd2cd6a71108329

commit 481046ad8ba2df2fb267420a5476f39ff84e15cc
Author: Ryan Turner <AugustoMendes4426@gmail.com>
Date:   Fri Jun 6 22:53:16 2025 +0100

    fix(Quest/DB) - Removed the prequesite for Observing the Sporelings (#22004)

commit e824525a318f437a429c3cedbbd2cd6a71108329
Author: Ryan Turner <AugustoMendes4426@gmail.com>
Date:   Fri Jun 6 22:52:50 2025 +0100

    fix(DB/Quest) - "Fine Gold Thread" is now repeatable (#22146)

commit 0f26b634e37f2ec3e5c4ce48fc7ae8a4a89c532c
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu Jun 5 22:08:38 2025 +0200

    refactor(Core/Player): revert equip item aura duration core fix with a spell correction (#22167)

commit 9ede3a546f7ff6256265fc17198d47b2bc0e345e
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Thu Jun 5 22:07:34 2025 +0300

    fix(Scripts/UP): King Ymiron should use only 1 boat ability at a time & Spirit Fount speed (#22081)

commit 8c4b7851efa0f66b2a6e93207b5598fc024fd6e2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Jun 5 18:57:26 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 11a4dc5ece63b2fd271bacb08ae733bbdd8fafc5

commit 1733c94aec12eb7a52cb4c24c0c3828babb03c9d
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Thu Jun 5 14:51:19 2025 -0400

    refactor(Core): Make use of standard config usage for guild member limit option. (#22259)

commit 11a4dc5ece63b2fd271bacb08ae733bbdd8fafc5
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Thu Jun 5 14:50:36 2025 -0400

    fix(Core/Creature): Use minimum template level instead of current level for leash timer. (#22250)

commit bea53b98267d3e35c0daeeb3e8805ca1fc86c9e0
Author: Tereneckla <Tereneckla@pm.me>
Date:   Thu Jun 5 18:49:44 2025 +0000

    fix(Core/Spells): simplify and fix Blood-Caked Strike calculation (#22243)

commit b73bdb3adc9739b4f7ed04df965170e69efe25bc
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Thu Jun 5 14:49:20 2025 -0400

    chore(Core): Remove unused and inaccurate comment headers for various script-related files. (#22263)

commit aac5d3aa9515223f1dcf35122b75d6ed450aa6da
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Thu Jun 5 21:00:28 2025 +0300

    fix(DB/Misc): Gundrak formations and SAI (#22107)

commit 640dc2db40c077848cdb18014ca1d447c70122a9
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Thu Jun 5 11:49:07 2025 -0400

    chore(Core/Guild): Adjust variable declaration name to match usage. (#22257)

commit 31ea22acc41bb074318a631bed8c1e61baa1ed94
Author: Macs-Account <macsgithub@gmail.com>
Date:   Thu Jun 5 09:48:38 2025 -0600

    fix(Core/Spells): weapon damage based magic abilities gain too much effect from spell aura % damage increase (#22232)

commit 2b70446322480f47db3d56dd9da5ff8af9932560
Author: Tereneckla <Tereneckla@pm.me>
Date:   Thu Jun 5 15:47:37 2025 +0000

    fix(Core/Spell): Revert paladin seal hackfixes (#22264)

commit ab8093671216886ad4538dd116326ec85e68f522
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Jun 5 15:44:52 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 1f082cb29c6e00aff853a1b1c8ba2244b02e5815

commit 1f082cb29c6e00aff853a1b1c8ba2244b02e5815
Author: Martin Leuner <martin-leuner@users.noreply.github.com>
Date:   Thu Jun 5 17:43:52 2025 +0200

    fix(DB/Creature): Remove extra Shaffar adds (#22255)

commit b0c2d3a13bc08dd541c30bfbe46434f7efa87a13
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Jun 5 14:46:58 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d26d09c3587666c1a5da771e938c143e18d89030

commit d26d09c3587666c1a5da771e938c143e18d89030
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Thu Jun 5 16:45:56 2025 +0200

    fix(Scripts/ScarletEnclave): Death Knight Initiates now despawn when defeated. (#22268)

commit c9cacfee44d6a4e4d02d49ea142a606c35a65cec
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Jun 5 14:44:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fe2d1150b38860abcd81eb2e60a30cd57381ddd6

commit fe2d1150b38860abcd81eb2e60a30cd57381ddd6
Author: Tereneckla <Tereneckla@pm.me>
Date:   Thu Jun 5 14:43:35 2025 +0000

    fix(Core/LFG): Lock Deathknights from the dungeonfinder until they complete their starting zone (#22270)

commit 2a93e7d410a0a9a2147cdf50c2949306650f9796
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue Jun 3 02:56:44 2025 -0400

    chore(Core/Unit): Correct typo of `Controlled`. (#22260)

commit 46d2739a7472ab7f566b17a0614edccc8d537118
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Sun Jun 1 10:27:47 2025 -0300

    fix(Scripts/AhnKahet): Modernize Amanitar script (#22254)

commit 68818caa7569f3a5ecf249c35d6c561404b97948
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 31 15:10:09 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b6daee6c7a0c42bc614df37ad8898a4176c59a20

commit b6daee6c7a0c42bc614df37ad8898a4176c59a20
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Sat May 31 17:09:03 2025 +0200

    fix (DB/Script) Move Eye of Acherus event to SmartAI. (#22249)

commit 48b62e567b392015b6f0f8bcf79d524f4424cb34
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 31 00:42:06 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 08cbd4f328fb63f5dbf9f6a167359e0c333ded05

commit 08cbd4f328fb63f5dbf9f6a167359e0c333ded05
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sat May 31 02:41:07 2025 +0200

    fix(Scripts/SunwellPlateau): Eredar Twins blaze trap delay (#22253)

commit bd756a542aa7ef80e81320a93658fc2577464098
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 19:16:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e35a565880397d89019b5bc394f3678fd0649624

commit e35a565880397d89019b5bc394f3678fd0649624
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Fri May 30 21:14:23 2025 +0200

    fix(DB/Creature) Edit Sinister Reflection spell timers. (#22233)

commit 92bfdac461444d0f28c4a5572cfe341937e8a8eb
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 17:34:34 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 30f5dacd69a5c876d9501038dd42d289fa83c963

commit 30f5dacd69a5c876d9501038dd42d289fa83c963
Author: Brian <brianleon77@gmail.com>
Date:   Fri May 30 19:33:32 2025 +0200

    feat(Scripts/Commands): Add group revive command (#22204)

commit 34698e0f62ab81a1bbd44b6e572a66e3124b5add
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 15:14:12 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c9f70313142cfe2b5b243f397ec353620adab1a2

commit c9f70313142cfe2b5b243f397ec353620adab1a2
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 18:13:11 2025 +0300

    fix(Scripts/Oculus): Varos Cloudstrider does not summon Azure Ring Captain (#22198)

commit 2217b5642dcf84d38e5fc0c54e1d5da8c090c74c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 14:43:14 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b15507eb06accb17d30f474dde4aefd38a8a24e5

commit b15507eb06accb17d30f474dde4aefd38a8a24e5
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Fri May 30 16:42:11 2025 +0200

    feat(Scripts/Commands): `.debug boundary` to visualize `CreatureBoundary`  (#22099)

    Co-authored-by: avarishd <46330494+avarishd@users.noreply.github.com>
    Co-authored-by: treeston <treeston.mmoc@gmail.com>

commit 4ad3df721089c2f67dcdd3ced958d5bfcda8dd7b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 14:31:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d4e419bf8da3a141c11491a5bd38147bb7503693

commit d4e419bf8da3a141c11491a5bd38147bb7503693
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 17:30:46 2025 +0300

    fix(Scripts/AhnKahet): Ahn'kahar Spell Flinger failing to channel S… (#22082)

commit 942c3aed78cd42faf255019d5e6f8debf088f5f7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 13:38:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 47cc6a7a4b73d7bddd78949325a59c7414401e54

commit 47cc6a7a4b73d7bddd78949325a59c7414401e54
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 16:37:38 2025 +0300

    fix(Scripts/Items): Noblegarden Chocolate instantly giving Well Fed buff (#22150)

commit e6a29d96c88f42564ec5fc2ad45a323a9269ee73
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Fri May 30 09:35:28 2025 -0400

    fix(Core/Creature): Use home position for leash distance check for creatures with no movement. (#22245)

commit deeb3a495b8a22ac02dd8d9b678785161672eecf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 13:06:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 9ed8350b95d4bc6152c523df27ae93a1ce0d4d3f

commit 9ed8350b95d4bc6152c523df27ae93a1ce0d4d3f
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 16:05:46 2025 +0300

    fix(Scripts/VioletHold): Sinclari gossip order, crystals being spamma… (#22195)

commit d2be12193054acdbc65d087d447b226cfb01e0c7
Author: kissingers <33601959+kissingers@users.noreply.github.com>
Date:   Fri May 30 21:04:26 2025 +0800

    fix(Scripts/TheEye): Al'ar don't attack other players if the onlyone tank died (#22118)

commit d518053091bafbada84104772112295c8067c7f0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 12:09:30 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 1cdcb9c606f522683a27b9826c3a2a8088e71d57

commit 1cdcb9c606f522683a27b9826c3a2a8088e71d57
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 15:08:25 2025 +0300

    fix(Scripts/Karazhan): Script Wrath of the Titans (#22165)

commit af383daf18bd73fdb12e98682caca8524a758b04
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Fri May 30 09:00:18 2025 -0300

    fix(Scripts/AhnKahet): Amanitar shouldn't be immune to nature damage (#22244)

commit cb482af4508c20a7ad9273e2558d75db652dcf48
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 30 11:52:05 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f61d3f6a1de07263f8386545823a2c19a675ac24

commit f61d3f6a1de07263f8386545823a2c19a675ac24
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Fri May 30 13:50:59 2025 +0200

    fix(DB/Creature): Remove Set_Active from some creatures in dk starting area. (#22234)

commit c7aa50dfc03e2b778656caf3cdc65a11f92596f9
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 30 02:51:24 2025 +0300

    fix(Scripts/AhnKahet): Elder Nadox enrage & health check (#22208)

commit 4ad99e2de86113275f2c4d72fc550da5b7757d06
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu May 29 17:19:19 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f9564c5ee0a65b7aaa30595d729891e02ac64480

commit f9564c5ee0a65b7aaa30595d729891e02ac64480
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Thu May 29 20:18:16 2025 +0300

    fix(DB/Creature): Jedoga Shadowseeker should be disarmable and hard r… (#22215)

commit 8d9636e1fa2b82f9612cfa78ce263741f3416c2c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu May 29 08:47:57 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 172df6feb7f3261e0dde6231f4878e77ffeabea1

commit 172df6feb7f3261e0dde6231f4878e77ffeabea1
Author: Ryan Turner <AugustoMendes4426@gmail.com>
Date:   Thu May 29 09:46:50 2025 +0100

    fix(DB/SAI) - SAI for NPCs related to ETC event to no longer display errors. (#22222)

commit 0d9708cfab33e70d2cff71df6c3865141b71f2ec
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue May 27 23:22:27 2025 -0400

    fix(Scripts/SunwellPlateau): Don't inflict Darkness damage if Darkness aura is removed by death. (#22223)

commit a72e948c6b57daebfecd920ac4aed89a5c2c8551
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 27 21:03:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 26cb7597fb789275b7ce6a64c3a91d57063131b4

commit 26cb7597fb789275b7ce6a64c3a91d57063131b4
Author: Ryan Turner <AugustoMendes4426@gmail.com>
Date:   Tue May 27 22:02:07 2025 +0100

    fix(DB/Command) - Updates the "guild rank" command to be more clear. (#22186)

commit ae90ea11a1de0544f5375f93f55754b10bc5aa3c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 27 13:42:03 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): db18d5b0352a3ad122134a8847b836e21918f812

commit db18d5b0352a3ad122134a8847b836e21918f812
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue May 27 09:40:57 2025 -0400

    refactor(Core): Use database tables for Shaman totems and Druid shapeshift forms. (#22104)

    Co-authored-by: DoctorKraft <25483209+doctorkraft@users.noreply.github.com>
    Co-authored-by: Shauren <shauren.trinity@gmail.com>
    Co-authored-by: ForesterDev <11771800+ForesterDev@users.noreply.github.com>

commit c10e4dc015390837abe7f4908aff1422a36d871a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 27 13:38:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): d6a21a53db2a219c7bee7f3afbfb80e1cb31b740

commit d6a21a53db2a219c7bee7f3afbfb80e1cb31b740
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Tue May 27 16:37:52 2025 +0300

    fix(DB/SAI): Portal Keepers now uses the correct Arcane Missiles spell (#22209)

commit 61273296d5c76fd2ac24a71446da2fb4b3ef4fd8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon May 26 10:45:44 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): fdaaaae2574315818ef96cbbe178e960c8b70347

commit fdaaaae2574315818ef96cbbe178e960c8b70347
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 26 13:44:42 2025 +0300

    fix(Scripts/ScarletEnclave): Script Recall Eye of Acherus & fix Summo… (#22205)

commit 2a45d1a26f2359f798cd8d39d23274996a4a5cc9
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 24 21:53:27 2025 +0300

    fix(Core/Spells): Siphon Bloodgem now channels no matter the player's orientation. (#22143)

commit 39f6974f7dbe4e36cb520b938ee62d8db8040cee
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 24 21:51:57 2025 +0300

    fix(Scripts/SWP): Breath: Haste now removes impairing auras (#22192)

    Kil'Jaeden encounter (SWP) Spell: breath: haste will now remove impairing auras.

commit c7b86bc664dbcb290a9c128a1fb1046899f19279
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 24 18:51:04 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): ae48c37914fde1b326b038052f06f6d33e9171da

commit ae48c37914fde1b326b038052f06f6d33e9171da
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 24 21:49:59 2025 +0300

    fix(Scripts/Spells): - Weapon Coating Enchant (#22060)

    Righteous and Blessed Weapon Coating will now properly proc.

commit 440ffc3b0399ce3f5c535992160831104b0a6ba8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 24 18:42:40 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f79c0292eb7c1d0a1e9a323333de078c2bec184d

commit f79c0292eb7c1d0a1e9a323333de078c2bec184d
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 24 21:41:37 2025 +0300

    fix(Scripts/ScarletEnclave): Devour Humanoid castable without target … (#22196)

    Co-authored-by: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>

commit 3bae9804ba3d7986a0956074d3e46405a5fc552b
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sat May 24 20:30:50 2025 +0200

    fix(Scripts/SunwellPlateau): crash in Sinister Reflection Clone spellscript (#22201)

commit 77ac0ce7183b98c8be1e6311ed8b677c9aea5f61
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 24 08:32:04 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 63b4f41f05627c305e082238f182c794870caa22

commit 63b4f41f05627c305e082238f182c794870caa22
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 24 11:31:03 2025 +0300

    fix(DB/Spells): Shield of the Blue output damage reduction (#22191)

commit 78f52b56147ad0c176bd9d1391bc7e4565700841
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 20:30:27 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 120ecc0742a115632cfb93561072a591a7c4be15

commit 120ecc0742a115632cfb93561072a591a7c4be15
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 23 23:29:28 2025 +0300

    fix(DB/Creature): Warp Storm doesn't do anything (#22144)

    NPC: Warp Storm summoned by NPC: Warp Aberration will not attack the player.

commit 5f87829635049d3cef970aa1b214aa4d0b19712e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 20:13:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 676daccc3281328360602c8dde3ec0c8fc24409f

commit b4a58ee354aeeaf8c490e413a907bd53b58cf822
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 23 23:13:09 2025 +0300

    fix(DB/Creature): Captured Totem shouldn't be attackable (#22142)

    Item: Captured Totem from Quest: The Grimtotem Weapon no longer generates aggro nor can't be attacked

commit 676daccc3281328360602c8dde3ec0c8fc24409f
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 20:12:43 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 65dfd602796c1a65ae2c2e9b80619b928695bd36

commit 65dfd602796c1a65ae2c2e9b80619b928695bd36
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 23 23:11:40 2025 +0300

    Fix(DB/Spells): Hallows End candies should not give Well Fed buff. (#22141)

    Co-authored-by: UltraNix <80540499+UltraNix@users.noreply.github.com>

    Hallowe'en / hallow's end candy no longer gives you a food buff.

commit f85f0e8774e22e0fc8cccbcaf54775d205f334e8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 16:25:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): c6d2249d92f475d1470cb4df90998681f721087b

commit 01aee2a73445a1e70ea5ecbd795f1a368a077f20
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 23 19:25:09 2025 +0300

    fix(Scripts/Northrend): Crashing wave should do double damage to frozen … (#22057)

commit 774a20c02a8a0d9bae9efdbe7605b55f802c28eb
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 23 19:24:28 2025 +0300

    fix(Scripts/OldKingdom): Jedoga Shadowseeker boundary (#22084)

    Co-authored-by: Gustavo <sirikfoll@hotmail.com>

commit c6d2249d92f475d1470cb4df90998681f721087b
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Fri May 23 18:24:08 2025 +0200

    fix(Scripts/Spells): re-add startDelay for some traps (#22102)

commit f710fb8d9f1b06fd59be4f1a94d0fd9608f1f823
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Fri May 23 12:23:34 2025 -0400

    refactor(Core/Worldstate): Remove redundant worldstate usage. (#22126)

    Co-authored-by: Jelle Meeus <sogladev@gmail.com>

commit 93ac73a4d10e48d80a1768663c11ef24f239f24c
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Fri May 23 12:22:56 2025 -0400

    fix(Core/Creature): Leashing improvements. (#22129)

    Co-authored-by: killerwife <killerwife@users.noreply.github.com>
    Co-authored-by: 天鹭 <18535853+PkllonG@users.noreply.github.com>

commit 2c74df350e0f167b01f7eb96bc5e7aef28098baf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 16:21:37 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a1bbb1d5f63d2860d88a74946fb2c0c909f68949

commit a1bbb1d5f63d2860d88a74946fb2c0c909f68949
Author: Christian M <Christian-McCrea@outlook.com>
Date:   Fri May 23 12:20:01 2025 -0400

    Update 2 mobs with broken damage (#22149)

    Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>

commit cd26c2002844032145d180eab892e042287d6428
Author: Brian <brianleon77@gmail.com>
Date:   Fri May 23 18:18:31 2025 +0200

    Worldserver conf table reference correction (#22177)

commit 4a41715b47342282d4db17f0fb9a96e9bcf3f7cd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 23 16:10:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 41e315b9edba48c691dc2f09bacb77daf99e9358

commit 23d5eabbb7e42d1b0c06e31947d714bad039b12f
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Fri May 23 18:09:56 2025 +0200

    fix (DB/Creature) Improve Citizen of Havenshire SmartAI. (#22185)

commit 41e315b9edba48c691dc2f09bacb77daf99e9358
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Fri May 23 18:09:28 2025 +0200

    fix(DB/Creature) Configure Set_Active on various npcs in dk starting area. (#22175)

commit eced1b714ff405c782b3faf9d23232bc5cf4f71d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu May 22 09:34:12 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 1326c2752981dc76e43a8d85ccc0baf91614c06d

commit 1326c2752981dc76e43a8d85ccc0baf91614c06d
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Thu May 22 11:33:05 2025 +0200

    fix (DB/Creature) Kil'Jaeden Sinister Reflections now have 3 seconds of delay before attacking. (#22162)

commit a953710d3a562fb5a9c9a062584e75ce112d89b9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed May 21 22:27:31 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 22b1d072c26133fbb6d53f8b867736c7b4cc9b93

commit 6864748c9d5069a2a1adac5ec4510962b8e682ca
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Wed May 21 18:27:20 2025 -0400

    fix(DB/SAI): Correct Fireball spell ID used by Wyrmcult Scouts and Zealots. (#22147)

commit 22b1d072c26133fbb6d53f8b867736c7b4cc9b93
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu May 22 00:26:28 2025 +0200

    fix(Core/Player): aura removal logic to equipped "Use" items (#22164)

    Co-authored-by: itslovelol <robin.schriever.hude@web.de>
    Co-authored-by: VladimirMangos <vladimir@getmangos.com>

commit 9bc847d339ff94e87999d0c374ebe2eeece92e0b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed May 21 12:08:03 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 70044b71f4a6c4708a2f4ff04597a74d04a91219

commit 70044b71f4a6c4708a2f4ff04597a74d04a91219
Author: Tereneckla <Tereneckla@pm.me>
Date:   Wed May 21 12:06:59 2025 +0000

    fix(DB/Spells): Shadow Bolt Volley of Hand of Deceivers on the Kil'jaeden fight stack (#22156)

commit f507df266118587eaff766f29aa5df027353f8d0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 20 07:07:51 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e7343b0e3c953ea6443f68e26927c77cd72389d9

commit e7343b0e3c953ea6443f68e26927c77cd72389d9
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue May 20 03:06:46 2025 -0400

    fix(DB/Loot): Adjust Thori'dal drop chance. (#22124)

commit 8e68d9a8b47f4ae8146b0e4a43eef53715fcc85e
Author: Francesco Borzì <borzifrancesco@gmail.com>
Date:   Mon May 19 17:49:15 2025 +0200

    docs(AUTHORS): add Cross-project Collaboration section (#22034)

commit a20077eca822da18a5fec00254ab4e3e9f2b684e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon May 19 11:17:16 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 75d7f4886c3e54350ddafccd382ea28dfb2ebbf0

commit 75d7f4886c3e54350ddafccd382ea28dfb2ebbf0
Author: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
Date:   Mon May 19 12:16:09 2025 +0100

    fix(DB/Loot) - Dalaran Wizard's Robe no longer drops from un-wanted creatures. (#22091)

    Co-authored-by: Grimfeather <88028633+grimfeather@users.noreply.github.com>

commit 0e62559a3ce775d83bd4d84d77020b68bc994c35
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun May 18 21:17:55 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): a8102ab7163b1c3ab2e5eb896d65d949bd8d573e

commit a8102ab7163b1c3ab2e5eb896d65d949bd8d573e
Author: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
Date:   Sun May 18 22:16:56 2025 +0100

    fix(DB/SAI) - Removes Link in Smart AI for creature Ziggurat Defender (#22137)

commit 60d6274261685f8fa676a1d910189abe06f3e492
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sun May 18 15:33:33 2025 +0300

    fix(Scripts/Zone): Quest 'Fire At Will!' should give group credit (#22145)

commit c3d3eb23de27b4ac2b5d9f75aa1897d01f53eb82
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Sat May 17 19:07:27 2025 -0300

    fix(Scripts/SunwellPlateau): Fix Killjaeden text spam (#22139)

commit 6cdf185412f6bb6b557efef8f08cf1ef7d82ff52
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sat May 17 08:36:47 2025 +0200

    fix(Scripts/Spells): Kil'Jaeden Fire Bloom AoE pet damage (#22133)

commit 06e78fa8f2555cc2f2c8cbc6b65ee45bbb08bd69
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu May 15 10:11:13 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f1269a6fffd3c3da5299e0e86ae3a2403ee82886

commit f1269a6fffd3c3da5299e0e86ae3a2403ee82886
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu May 15 12:10:11 2025 +0200

    fix(Scripts/SunwellPlateau): Spell Fury spellsteal resets stacks and is no longer consumes on dot ticks (#22125)

commit 3e20d6edf8b15c64e70c78cafd0e403fb18a53ab
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu May 15 00:29:43 2025 +0200

    feat(apps/extractor): add extractor for non windows (#22123)

commit 6de87af4d25c90679971153f8c6bff201dadffe9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue May 13 21:31:32 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7ae3f763582ee50954e00803c82ecf94d1df13a1

commit 7ae3f763582ee50954e00803c82ecf94d1df13a1
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue May 13 17:30:32 2025 -0400

    fix(DB/Creature): Correct Kil'jaeden's model info. (#22120)

commit 2883160086e3e3ff92d04d6d20d0c27d218878fe
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Tue May 13 21:03:42 2025 +0200

    fixup! refactor(Core/World): Move various worldstate related function… (#22119)

commit bf5a62ec2be489a35c10f9d3561fbcdfe2fc2d45
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Tue May 13 03:58:03 2025 -0300

    fix(Scripts/SunwellPlateau): Fix flame dart timers and cast in all ph… (#22113)

commit 4c162ca40530f52863db81ae403b77e1746c5715
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon May 12 16:04:02 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 396fd687fa312c737f22d717fd16a0f3c595b372

commit 396fd687fa312c737f22d717fd16a0f3c595b372
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Mon May 12 18:02:58 2025 +0200

    fix(DB/Creature) Scarlet Crusaders don't hook invisible Eye of Acherus anymore (phase 2). (#22106)

commit 4e2d6be2245332e823f010bfc4d09723e3e694d0
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Mon May 12 16:05:13 2025 +0200

    fix (Script/Sunwell Plateau) Edit Kil'Jaeden Darkness Timers. (#22115)

commit 8b4b37fdbbb0a8a7d2c93e1189936a67eeb13c54
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon May 12 00:27:24 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 78a5a5c4294004cf427e23733ff77ef07658e094

commit 78a5a5c4294004cf427e23733ff77ef07658e094
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Mon May 12 02:26:18 2025 +0200

    fix(DB/Creature): Add Taunt Immunity to Kil'Jaeden. (#22114)

commit 4dfc44a69bfc3cbecb9226a3e8b737a699d2e73e
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat May 10 15:33:48 2025 -0400

    fix(Scripts): Use distinct sound entry for BRD L70ETC Music Doodad. (#22029)

commit bd3f4d022858a5d9248b375bc4ea354962559afd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 10 18:11:04 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): f721682d7e0766c2df6cc443559e2a18357434a5

commit f721682d7e0766c2df6cc443559e2a18357434a5
Author: Brian <brianleon77@gmail.com>
Date:   Sat May 10 20:10:04 2025 +0200

    fix(DB/Commands) Corrected syntax for "help server exit" and "help reload config". (#22100)

    Trinitycore references changes to azerothcore for command "help reload config" and help server exit

commit ed69f9b2ea8702d5161178227c75ab6405dc2828
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 10 17:52:33 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 83adff44e41ae57fb2f86d2b913f359a7da3e2b8

commit 7df7f2610ec86da20637ff58dc7eb013291547bf
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat May 10 19:52:06 2025 +0200

    fix(Core/Spells) reimplement SPELL_ATTR3_CAN_PROC_FROM_PROCS (#22072)

commit 83adff44e41ae57fb2f86d2b913f359a7da3e2b8
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat May 10 19:51:30 2025 +0200

    fix(Spells/Paladin) remove custom cooldown and procFlags from Judgement of Wisdom/Light (#22018)

commit 3f527c54e35d48aa962c3ef3054687c754be1050
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 10 17:39:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 60296dd934e740a86ba139f250defe3ea9c5ec0b

commit 60296dd934e740a86ba139f250defe3ea9c5ec0b
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat May 10 13:38:46 2025 -0400

    fix(Scripts/Paladin): Add cast check to Hand of Protection for casting spell on non-self targets. (#22077)

    Hand of Protection no longer can be used if the caster it's stunned or confused.

commit 201c1fc4910d6ea8a095b00713259bbe9cb0f54d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 10 17:33:49 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 43a308897b49c936da36d885e384c35ba2be0e8b

commit 43a308897b49c936da36d885e384c35ba2be0e8b
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 10 20:32:44 2025 +0300

    fix(DB/Conditions): 'Opening the Backdoor' pre-quests (#22097)

commit f40954ab422eeafcf2e9a28cb71dc12040e66cd3
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sat May 10 20:30:32 2025 +0300

    fix(Scripts/Desolace): Kodo Roundup (#22052)

    Quest: Kodo Roundup now can be completed.

commit 8591e9f825d9c9eb0b38fcf7e82aed387a24525e
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Sat May 10 17:51:02 2025 +0200

    fix (Script/SunwellPlateau): Edit some Kil'jaeden dialogue and spells' timers. (#22093)

commit e165105503252042954355ad263653939dc8f7e4
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 10 00:11:07 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 6a387fe6377d9d82f2b8b832ab79e72b51cc7169

commit 6a387fe6377d9d82f2b8b832ab79e72b51cc7169
Author: Ryan Turner <AugustoMendes4426@gmail.com>
Date:   Sat May 10 01:10:09 2025 +0100

    fix(DB/Loot) - Lorgalis Manuscript no longer drops from creatures. (#22092)

commit 52799d76f6d236b838c82b659eb8b1e6c3c03afc
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Fri May 9 09:48:02 2025 -0400

    refactor(Core): Add definition file for area table entries. (#22054)

commit db62fe8310ac520ffd0792bbd8a73358046c6c30
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 9 10:33:47 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 784e434eedadcd4ac02f27b032ae953e17bd46b2

commit 784e434eedadcd4ac02f27b032ae953e17bd46b2
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 9 13:32:45 2025 +0300

    fix(DB/Creature): Ahn'kahar Watcher will no longer spawn in normal mode. (#22083)

commit 1966b82ce5490413a829db6f390f440ec5677cef
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri May 9 10:29:26 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 19d1595fc188b9ab3f7e2b8eb2be80a991919d78

commit e6b203f184b6083324744d75e9c9861c0afafbfb
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Fri May 9 06:29:09 2025 -0400

    refactor(Core/World): Move various worldstate related functions to worldstate class. (#22086)

commit 19d1595fc188b9ab3f7e2b8eb2be80a991919d78
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Fri May 9 13:28:26 2025 +0300

    fix(DB/Creature): Remove Wrath Enforcer damage requirement (#22065)

commit 2ad7cccb0a7b9a1aa15b77cc3a84fb6b56c881d2
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Fri May 9 12:15:03 2025 +0200

    fix(Core/Spells): Heart of the Crusader (#22070)

commit 8c727c548500d9a4bf5a74260568bbd16deffec1
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Wed May 7 03:42:49 2025 -0500

    fix(Scripts/SunwellPlateau): Ensure Kil'jaeden encounter resets correctly on evade (#22006)

commit 69a16b0b59dab7309b360281ece1e709ddb6e11f
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Wed May 7 05:41:08 2025 -0300

    fix(Scripts/SunwellPlateau): Kiljaeden shouldnt interrupt Darkness of… (#21982)

commit 93f08a8a707d8b7687ac2c1c7066274125547c5b
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Tue May 6 20:19:09 2025 +0300

    Revert "fix(Core/Spells): Allow glyphed PS to be casted while Seduced… (#22067)

commit f07142b35989156d52cd78b7b127812bec3b901a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon May 5 19:23:10 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): da5c98e51fc1ea374672852af485a433bd509044

commit da5c98e51fc1ea374672852af485a433bd509044
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Mon May 5 21:21:59 2025 +0200

    fix(DB/Creature) Havenshire Horses now have a blizz-like behaviour when dismounted or die. (#22059)

commit 041d39279f7f3659dc30c67051a8af7b47d42fd2
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 5 22:18:30 2025 +0300

    fix(Core/Spells): Allow glyphed PS to be casted while Seduced (#22047)

    While having Glyph of Pain Suppression the player now (correctly) can cast it while being charmed.

commit a8b982dca81dcccb569e03943eb4a86e026bfd02
Author: Tereneckla <Tereneckla@pm.me>
Date:   Mon May 5 19:17:10 2025 +0000

    refactor(Core/AI) don't add currentTarget to the front of the SelectTargetList for MaxThreat/Random (#21965)

commit 2772da9bf2c592e9141150e89d4107ef9ebae8e0
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun May 4 23:14:00 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 90fce27c83164f23c8a229cb14d3ba654f75035c

commit 8420346d941a554bd26c8bb72430c3d77605ee96
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 5 02:13:34 2025 +0300

    fix(DB/Conditions): Quest 'Harp on This!' not allowing interaction wi… (#22051)

commit 64d7deec6e6b08ead844a36d7ee4755d3a90d538
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 5 02:13:26 2025 +0300

    fix(DB/Conditions): Gather Lumber not despawning Coldwind Tree GOs (#22050)

commit 2271b88f6e200b4820de2b4fd80f2d2b4c25c935
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun May 4 23:13:03 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b3735c9d5c25a99a4c68d5eae8405add98961f4d

commit 90fce27c83164f23c8a229cb14d3ba654f75035c
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 5 02:12:54 2025 +0300

    fix(DB/Custom): UP Avenging Spirit's Wither should stack from multip… (#22056)

commit b3735c9d5c25a99a4c68d5eae8405add98961f4d
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Mon May 5 02:12:00 2025 +0300

    fix(Scripts/CoS): First trio transforming on low HP (#22055)

    Culling of Stratholme after defeating Salramm the Fleshcrafter the following npcs will now have their health at max:
    - Infinite Adversary
    - Infinite Hunter
    - Infinite Agent

commit e21f80c379d7549468212e195cdc984c95f81aad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun May 4 12:24:03 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 8b773e869150e6100b139b80d7bfe50959f19426

commit 8b773e869150e6100b139b80d7bfe50959f19426
Author: avarishd <46330494+avarishd@users.noreply.github.com>
Date:   Sun May 4 15:22:59 2025 +0300

    fix(DB/Formations): Naxxramas - Embalming Slime (#22046)

commit 297f16820e59545d79fe0941822082889c20dc27
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sun May 4 14:20:59 2025 +0200

    fix(Core/Player): smooth energy regeneration with `SPELL_AURA_MOD_POWER_REGEN_PERCENT` mods (#22041)

    Co-authored-by: r4dish <ovitnez@gmail.com>

commit 3643d80ecf1f400823d62cb5ec26133e5c5622c1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun May 4 07:01:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b6b05867f555cbb14d3870a0906df0b4aa6fd039

commit b6b05867f555cbb14d3870a0906df0b4aa6fd039
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Sun May 4 09:00:15 2025 +0200

    fix(DB/GameObject): place Alchemy Lab on the Alchemy Table (#22045)

commit 0c476619d92c4e6de44f51fa34af7bc57da9b3b1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat May 3 12:42:11 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7097d3a2e1dcd454ce1009df90bac3dae4c9ee44

commit 7097d3a2e1dcd454ce1009df90bac3dae4c9ee44
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat May 3 12:33:23 2025 +0000

    fix(DB/Spells) Thunderfury does not stack with Infected Wounds/Thunderclap/Icy Touch anymore (#22035)

    Thundefurry (spell) no longer stacks with following spells: Cripple, Thunder Clap, Earth Shock, Chilled, Frost Fever, Infected Wounds and Judgements of the Just

commit 338acf7c415de061554a653cd2e1eb775937b224
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat May 3 01:41:17 2025 +0000

    refactor(Scripts/BlackTemple) remove tanks from Fatal Attraction after setting the target amount (#22038)

commit b9704d4fa1b06df88081d25bf45063df53de2951
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu May 1 15:16:17 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 41a1612283767b7b5003fa029555e5c8e4bfcc24

commit 41a1612283767b7b5003fa029555e5c8e4bfcc24
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Thu May 1 17:15:16 2025 +0200

    fix (DB/Creature) The Horses' pack and the single horse now have a path and jump the fence. (#22033)

commit 8358e17ac17932765e5008649e47e42ff975f3cf
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu May 1 01:54:37 2025 +0200

    Revert "Fix(Core/Player): Energy regen rate bonuses (#20321)" (#22032)

commit 8797e8ad280aabc8314bc175c3a6284aa2b6deaf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 30 13:47:36 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b2a810f96cf60b345a49b42218741a182e320725

commit b2a810f96cf60b345a49b42218741a182e320725
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Wed Apr 30 15:46:36 2025 +0200

    chore(Core/Spells): move db `spell_dbc` corrections to SpellInfoCorre… (#21819)

commit f1751c0c188e8d016af1d8dca2555aa91239b752
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Tue Apr 29 21:47:19 2025 -0500

    fix(Scripts/SunwellPlateau): Ensure proper reset for Kil'jaeden encounter (#22024)

    Kil'jaeden will now properly reset

commit 0bb8e3cd0c88514497fa3ec23cd702e23a2a2752
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Tue Apr 29 20:27:19 2025 -0500

    fix(Scripts/SunwellPlateau): Dark Fiends should use threat table and not deal melee damage (#21991)

commit 5686f1e87a0079edfed8c5d493d5bcdab9bad3a7
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Tue Apr 29 21:19:58 2025 -0400

    fix(Core/Creature): Implement respond to call for help faction flag. (#21959)

commit d8bc1d179716a4f8c9dcccd3edb271fa0eb332bf
Author: Tereneckla <Tereneckla@pm.me>
Date:   Wed Apr 30 01:17:45 2025 +0000

    fix(Script/Spell) exclude original target from glyph of holy light (#22002)

    Glyph of Holy Light no longer applies (10%) to the target

commit 775b9ff29a2c7474865a7fcfed6c8d6f2551ce5c
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Wed Apr 30 03:09:20 2025 +0200

    fix(Core/Player): correct SpellPriority logic  (#21052)

    Co-authored-by: killerwife <killerwife@gmail.com>
    Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

commit e45b04daecf39cfbcc64134aa126dcf013a77543
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 30 00:46:47 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 23dd832b477300f6420b6e49defaa1e3aed08240

commit 1144c05c2107bbb8f6124ab65494e1e5325f0672
Author: Tereneckla <Tereneckla@pm.me>
Date:   Wed Apr 30 00:46:23 2025 +0000

    fix(DB/Spells) add K'iru's Song of Victory to Intellect and Stamina aura stack groups (#22022)

    K'iru's Song of Victory no longer stacks with Intellect and Stamina buff(s)

commit 23dd832b477300f6420b6e49defaa1e3aed08240
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 30 00:45:42 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): b7f75c46737f16db5224fd6c38bdd4bf88cd4ea6

commit d86caa05dbdd5cc2401b0998d330d3ba0366f2a2
Author: Tereneckla <Tereneckla@pm.me>
Date:   Wed Apr 30 00:44:49 2025 +0000

    fix(DB/Spells) add Battle Squawk to Melee Haste aura stack group (#22021)

    Battle Squawk no longer stacks melee haste buff(s)

commit b7f75c46737f16db5224fd6c38bdd4bf88cd4ea6
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 30 00:44:38 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e44b8ed939dfbbd6857fd6a0cc19662fdebab6c3

commit e44b8ed939dfbbd6857fd6a0cc19662fdebab6c3
Author: chaosua <544218+chaosua@users.noreply.github.com>
Date:   Wed Apr 30 03:43:31 2025 +0300

    fix(db/locale): Added missing Russian translation for the (Shaman) Totems (#22012)

commit 1f632c868dfaee07eb5e69454358bb57b1e811c2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Apr 30 00:25:03 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 372c159f0081d9036023abf301b80e439770fce2

commit 372c159f0081d9036023abf301b80e439770fce2
Author: Tereneckla <Tereneckla@pm.me>
Date:   Wed Apr 30 00:24:02 2025 +0000

    fix(Scripts/SunwellPlateau): exclude tank from flame sear (#22014)

    Grand Warlock Alythess (Twin from Sunwell Plateau) will no longer target the tanks when using Flame Sear

commit dcf6d6e83878382b74d4df97f2f39618494149c3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 29 15:56:41 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 983ca0fbd5f25bb91ab6b9ce27b09f1d565ecb74

commit 983ca0fbd5f25bb91ab6b9ce27b09f1d565ecb74
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Tue Apr 29 17:50:20 2025 +0200

    fix(DB/Creature) Solve a wrong SmartAI update in my previous PR. (#22020)

commit d2be4d9b952d64ff55c730409281f9be2d0490fc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Apr 29 13:42:22 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 025b5798223c41064fb44c00e2e32e30b85cfa33

commit 025b5798223c41064fb44c00e2e32e30b85cfa33
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Tue Apr 29 15:40:46 2025 +0200

    fix(DB/Creature) Solve various issues on dk starting area (phase 4). (#22017)

commit 8ba0b7a4b2418fd71d4aaa8ecbabec8fb2059afc
Author: NoxMax <50133316+NoxMax@users.noreply.github.com>
Date:   Tue Apr 29 06:41:10 2025 -0600

    fix(Core/worldserver.conf) Clarification for AllowTwoSide.Interaction.Auction (#22013)

commit 08ca9eb3f2163e78f4767802284f7c9fd6a7de11
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sun Apr 27 07:34:29 2025 +0000

    fix(Scripts/SunwellPlateau): Make Twin special abilities target one of the highest 6 in threat of the other twin (#21964)

commit 40a6d667aa52c05d509055686724450948991083
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Apr 26 18:45:53 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 30e81f8d679e6e326c86fcacbadbcb289224c7d8

commit 30e81f8d679e6e326c86fcacbadbcb289224c7d8
Author: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com>
Date:   Sat Apr 26 20:44:51 2025 +0200

    fix (DB/Creature) Citizen of New Avalon inside Scarlet Tavern now remain dead. (#21996)

commit efe81e16db9ddc28dd08a6f33d4b0e252f5892dc
Author: sudlud <sudlud@users.noreply.github.com>
Date:   Sat Apr 26 20:39:50 2025 +0200

    fix(deps/PackageList.txt): update for current state of dependencies (#21968)

    Updated many depedencies for PackageList.txt
    Co-authored-by: blinkysc <37940565+blinkysc@users.noreply.github.com>

commit 7503a242664934a8824e269244dbd7abd3f96630
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat Apr 26 18:37:05 2025 +0000

    fix(Core/Player) internally handle expertise as float (#21967)

    The core will no longer truncated the expertise (from float to int) value on the server side.

commit c1d42d2c36d0cc6ef9db71a4b97668e028bf9993
Author: Tereneckla <Tereneckla@pm.me>
Date:   Sat Apr 26 18:35:02 2025 +0000

    fix (Script/Gruul) Kiggler polymorph targets his tank (#21966)

    Kiggler the Crazed now targets the tank when casting Greater Polymorph

commit da55f05cfc2db9bb49a37cd0b3697bbda565856a
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
Date:   Sat Apr 26 14:31:30 2025 -0400

    refactor(Core/WorldState): Initial addition of world state definition file. (#21875)

    Many world states had their enums from script's header and hardcoded values to their respective header file (WorldStateDefines.h)
    Co-authored-by: Jelle Meeus <sogladev@gmail.com>

commit d23e61b7219d7bae1aea36a63b860372c9f00173
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Sat Apr 26 13:24:35 2025 -0500

    fix(SmartAI): Ensure immediate combat engagement (#21854)

    NPCs will stop their current waypoint and start combat.

commit b8b5a4ea1c969c1a5dd09c42900f0010a8553a53
Author: Quentin Dawans <github@ovv.wtf>
Date:   Sat Apr 26 01:20:37 2025 +0200

    chore(Core/Auth): align mysql ping log level and name to worldserver (#21986)

commit f35876968fcece87e903d6128bbe6b1e7aefa655
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 25 21:17:54 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): 7a84999ef1deda5194e1e1654e4dfe02e07148ab

commit 7a84999ef1deda5194e1e1654e4dfe02e07148ab
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Fri Apr 25 16:16:48 2025 -0500

    fix(Scripts/SunwellPlateau): Make Blue Dragon Breath Haste apply 25% haste effect (#21984)

    Co-authored-by: Jelle Meeus <sogladev@gmail.com>

commit e8453a19682a73ef81ebc2d23f917201e219c5f7
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Fri Apr 25 10:12:07 2025 -0500

    fix(Scripts/SunwellPlateau): Make Kil'jaeden's Sinister Reflections clone the same player (#21949)

commit d8d4999c3ec0289c9f340f3c86152f41902dbaa3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Fri Apr 25 06:45:25 2025 +0000

    chore(DB): import pending files

    Referenced commit(s): e84c837ae6c2983e6b98aac7a877b82856efe8c2

commit e84c837ae6c2983e6b98aac7a877b82856efe8c2
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Fri Apr 25 03:44:20 2025 -0300

    fix(DB/SAI): Despawn Mu'ru Void Spawns on evade (#21989)

commit e6eb02a09e65ff78accdd19ad90641251dfaa14e
Author: Tereneckla <Tereneckla@pm.me>
Date:   Thu Apr 24 19:05:06 2025 +0000

    fix (Script/SWP) use enrage function for brutallus enrage (#21987)

commit dd43a0cfdf4e71850dc47cbce2348db1530a7895
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Thu Apr 24 04:49:38 2025 -0500

    fix(Scripts/SunwellPlateau): Fix Entropius wrong spell ID and timers (#21970)

commit 38ff8bae2803da83d0df7a1fadf7edf050ff9f6a
Author: Jelle Meeus <sogladev@gmail.com>
Date:   Thu Apr 24 00:59:32 2025 +0200

    fix(Core/Maps): Do not allow entering an instance if the player is (#21973)

    Co-authored-by: Gildor <gildor55@gmail.com>

commit 7cae4f5a16561034fce54aa275f45e49401ddf3e
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Wed Apr 23 16:45:25 2025 -0500

    fix(Script/Sunwell): Use raycast to prevent Singularity throwing players through walls (#21928)

commit f1df2c21d2c513ac88ebd3593df78d2907548aa7
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
Date:   Mon Apr 21 13:47:05 2025 -0500

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

commit 9ced420849ae875e1d8d448505e474818925830c
Author: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
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 <38561765+heyitsbench@users.noreply.github.com>
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 <38561765+heyitsbench@users.noreply.github.com>
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 <sogladev@gmail.com>
Date:   Sun Apr 20 00:12:17 2025 +0200

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

commit 7162294f1b0c567a927074fc85417cc16b9d75d6
Author: Anton Popovichenko <walkline.ua@gmail.com>
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 <sudlud@users.noreply.github.com>
Date:   Sat Apr 19 13:15:33 2025 +0200

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

commit 704f7f070532718e88a64989979729f632b365ec
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
Date:   Sat Apr 19 05:01:46 2025 -0300

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

commit cc051272762b21b6050589ab8b4bd1b53f7a5c6d
Author: NoxMax <50133316+NoxMax@users.noreply.github.com>
Date:   Fri Apr 18 22:59:06 2025 -0600

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

commit 575283f46c34761a1b2f6346600b5ea577c754ad
Author: Vincent Vanclef <rasmusostergaard@live.dk>
Date:   Thu Apr 17 21:39:05 2025 +0200

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

commit 8775bd85c4601fc639b1c359c41ffa0c8957b8d4
Author: Andrew <47818697+Nyeriah@users.noreply.github.com>
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 <108557877+Rorschach91@users.noreply.github.com>
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 <47818697+Nyeriah@users.noreply.github.com>
Date:   Thu Apr 17 05:08:35 2025 -0300

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

commit c66972b900837ec84b378652dfb0a6df0d7710b0
Author: Anton Popovichenko <walkline.ua@gmail.com>
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 <37940565+blinkysc@users.noreply.github.com>
Date:   Wed Apr 16 20:33:10 2025 -0500

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

commit 0fc912d867261610475fe4a232a1b8efa38dca4c
Author: blinkysc <37940565+blinkysc@users.noreply.github.com>
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 <37940565+blinkysc@users.noreply.github.com>
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 <37940565+blinkysc@users.noreply.github.com>
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 <37940565+blinkysc@users.noreply.github.com>
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 <40755539+r0m1ntik@users.noreply.github.com>
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 <rom.badanin@gmail.com>

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 <38561765+heyitsbench@users.noreply.github.com>
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 <37940565+blinkysc@users.noreply.github.com>
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 <38561765+heyitsbench@users.noreply.github.com>
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 <108557877+Rorschach91@users.noreply.github.com>
Date:   Sun Apr 13 16:59:07 2025 +0200

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

commit 3f418ca3ee2f4c570ee573950eaa5deeacec4473
Author: 天鹿 <18535853+PkllonG@users.noreply.github.com>
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 <108557877+Rorschach91@users.noreply.github.com>
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 <47818697+Nyeriah@users.noreply.github.com>
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 <sogladev@gmail.com>
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 <108557877+Rorschach91@users.noreply.github.com>
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 <37940565+blinkysc@users.noreply.github.com>
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:   …
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.

[Ulduar] Yogg-Saron: warlock loses sanity during Lunatic Gaze when facing away casting Drain Soul

5 participants