Skip to content
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

fix(DB/BloodmystIsle): add SAI to Zevrax #17926

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

elthehablo
Copy link
Contributor

Changes Proposed:

This PR proposes changes to:

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

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.

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 the DB related to the SQL database label Dec 3, 2023
@Nyeriah Nyeriah merged commit 1b2e760 into azerothcore:master Dec 3, 2023
12 checks passed
NathanHandley added a commit to NathanHandley/azerothcore-wotlk that referenced this pull request Dec 9, 2023
commit 958df8d
Author: NathanHandley <[email protected]>
Date:   Sat Nov 25 13:47:30 2023 -0600

    Fixed warrior button mappings for new characters

commit a8426e8
Author: NathanHandley <[email protected]>
Date:   Fri Nov 24 16:35:59 2023 -0600

    Added more default values for new character/race combos in DB

commit 506a348
Author: NathanHandley <[email protected]>
Date:   Fri Nov 24 10:34:45 2023 -0600

    Changed min grey exp ratio to 50% for mobs

commit 1d1b147
Author: Nathan Handley <[email protected]>
Date:   Sat Nov 18 11:36:42 2023 -0600

    Update worldserver.conf.dist

    Reduce rest exp rate

commit b924e9b
Author: Nathan Handley <[email protected]>
Date:   Thu Nov 16 08:41:48 2023 -0600

    Update README.md

commit 1f0822d
Author: Nathan Handley <[email protected]>
Date:   Thu Nov 16 08:24:36 2023 -0600

    Update README.md

commit 9f03c6f
Author: NathanHandley <[email protected]>
Date:   Wed Nov 15 18:32:21 2023 -0600

    Stop use of deprecated function GetIntDefault

commit dbcca37
Author: NathanHandley <[email protected]>
Date:   Wed Nov 15 16:52:31 2023 -0600

    Enforce configuration exp rates in group settings

commit 80961f4
Author: NathanHandley <[email protected]>
Date:   Wed Nov 15 16:25:46 2023 -0600

    Added stat and exp data through level 100

commit 3afee75
Author: NathanHandley <[email protected]>
Date:   Wed Nov 15 07:27:15 2023 -0600

    Added Minimum EXP Ratios

    Allows (configurable) minimum exp ratios for doing the following, even if they are grey:
    - Kill Monsters
    - Complete Quests
    - Exploration
    Also allows the gaining of soul shards when a mob is grey.

commit f9a17dd
Author: NathanHandley <[email protected]>
Date:   Tue Nov 14 15:00:34 2023 -0600

    Update initial deployment configs for auth and world

commit e16af93
Author: NathanHandley <[email protected]>
Date:   Tue Nov 14 15:00:17 2023 -0600

    Add Spectral Tiger as reward for Guardian of Cenarius

commit f2d175b
Author: NathanHandley <[email protected]>
Date:   Tue Nov 14 15:00:02 2023 -0600

    Update MOTD to reflect server

commit 0cfa149
Author: NathanHandley <[email protected]>
Date:   Mon Nov 13 13:46:40 2023 -0600

    Add Spectral Tiger for Guardian of Cenarius

    When obtaining the Guardian of Cenarius achievement, a Swift Spectral Tiger will be sent in the mail

commit 0648abc
Author: NathanHandley <[email protected]>
Date:   Mon Nov 13 13:21:50 2023 -0600

    Revise MOTD

    Update MOTD so it doesn't get overwritten

commit fc6f47e
Author: NathanHandley <[email protected]>
Date:   Mon Nov 13 09:54:01 2023 -0600

    Update configs to reflect release server setup

    Update configs to reflect server setup

commit ef6464d
Author: NathanHandley <[email protected]>
Date:   Mon Nov 13 09:47:09 2023 -0600

    Dev Environment Setup

    Solution/Workspace Files for Development

commit 4a4348f
Author: Nathan Handley <[email protected]>
Date:   Sun Nov 12 17:58:25 2023 -0600

    Revert "Update MotdMgr.cpp"

commit e2e6eda
Author: Nathan Handley <[email protected]>
Date:   Sun Nov 12 17:48:46 2023 -0600

    Update MotdMgr.cpp

commit f2007aa
Author: sudlud <[email protected]>
Date:   Fri Dec 8 23:44:51 2023 +0100

    refactor(Scripts/Midsummer): use scheduler provided by CreatureAI (azerothcore#17955)

commit 9e9ccc8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Dec 7 23:11:23 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 3ac77eb

commit 2d6c012
Author: Dan <[email protected]>
Date:   Fri Dec 8 00:10:51 2023 +0100

    fix(Scripts/SSC): codestyle fix in SSC after recent PR (azerothcore#17952)

    initial

commit 3ac77eb
Author: Dan <[email protected]>
Date:   Fri Dec 8 00:10:33 2023 +0100

    fix(Scripts/SSC): Leotheras demon form fixes (azerothcore#17953)

    * initial

    * add 15% hp to p3 demon

    * increase chase range

    * correct behaviour

    * remover leftover and make target non-static

    * whitespace

commit 5e02648
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Dec 7 20:23:02 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): f2b3e51

commit f2b3e51
Author: 天鹿 <[email protected]>
Date:   Fri Dec 8 04:22:07 2023 +0800

    fix(scripts/SerpentShrine): azerothcore#17918 Errors generated (azerothcore#17939)

    * Add files via upload

    * Update boss_lurker_below.cpp

    * Update instance_serpent_shrine.cpp

    * Update SerpentShrine.sql

    * Update SerpentShrine.sql

    * Update SerpentShrine.sql

    * Add files via upload

    * Update instance_serpent_shrine.cpp

    * Update serpent_shrine.h

    * Update instance_serpent_shrine.cpp

commit 6faa364
Author: Winfidonarleyan <[email protected]>
Date:   Thu Dec 7 02:21:46 2023 +0700

    fix(Game/Scripting): add loading missing lfg scripts (azerothcore#17949)

commit 0be6140
Author: Kitzunu <[email protected]>
Date:   Wed Dec 6 20:13:46 2023 +0100

    chore(Docs): Update CONTRIBUTING (azerothcore#17950)

commit e84a782
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Dec 6 08:00:02 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 98ac3b4

commit 98ac3b4
Author: avarishd <[email protected]>
Date:   Wed Dec 6 09:59:03 2023 +0200

    fix(DB/Pools): Correct Inconspicuous Landmark (azerothcore#17946)

commit a52881c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Dec 4 20:57:33 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): a2de3a0

commit a2de3a0
Author: avarishd <[email protected]>
Date:   Mon Dec 4 22:56:43 2023 +0200

    fix(DB/Spell): Hellfire Peninsula portal XYZ. (azerothcore#17937)

    * fix(DB/Spells): Port Hellfire Peninsula portal XYZ from Mangos.

    * sniff

commit f46cf86
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Dec 4 12:34:31 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 97b014b

commit 97b014b
Author: Dan <[email protected]>
Date:   Mon Dec 4 13:33:38 2023 +0100

    fix(DB/BloodmystIsle): add wander movement to Deathclaw (azerothcore#17927)

    * initial

    * add sniffed spawn position

    * can't use brackets here

    * revised wander distances after sniff review

commit 6c93af8
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Dec 4 07:13:57 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 9ba3ead

commit 8010dd7
Author: Dan <[email protected]>
Date:   Mon Dec 4 08:13:19 2023 +0100

    fix(DB/BloodmystIsle): add SAI to Nazzivus Felsworn (azerothcore#17920)

    initial

commit 9ba3ead
Author: Dan <[email protected]>
Date:   Mon Dec 4 08:13:04 2023 +0100

    fix(DB/Stormwind): Little Noah now walks around the tanner shop room (azerothcore#17930)

    * initial

    * Unix EOL

    * why are you crying????

    * override with correct EOL

commit 28591ca
Author: Andrew <[email protected]>
Date:   Sun Dec 3 18:04:25 2023 -0300

    refactor(Scripts/SerpetnshrineCavern): Clear up unused variables (azerothcore#17934)

commit 0fa6a67
Author: Andrew <[email protected]>
Date:   Sun Dec 3 18:04:16 2023 -0300

    feat(Core/Scripting): Implement AfterInstanceGameObjectCreate() global hook (azerothcore#17935)

commit 8702568
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 16:33:26 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 0e04fc2

commit 0e04fc2
Author: pedrohfm9 <[email protected]>
Date:   Sun Dec 3 13:32:36 2023 -0300

    fix(Scripts/HellfirePeninsula): fix quest 9410 a spirit guide (azerothcore#17925)

commit 2633a3d
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 16:12:21 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): df5d618

commit df5d618
Author: pedrohfm9 <[email protected]>
Date:   Sun Dec 3 13:11:28 2023 -0300

    fix(Script/Stormpeaks) fix quest 12862 and 13060 When All Else Fails (azerothcore#17916)

    * fix(DB/Creature): Grunda Bronzewing is now mounted

    Grunda Bronzewing is now mounted

    * Update Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql

    Grunda Bronzewing is now mounted

    * Rename Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql to Fix-Grunda.sql

    Grunda Bronzewing is now mounted

    * Delete Fix-Grunda.sql

    * Create fix_quest_12862_13060.sql

    * Update zone_storm_peaks.cpp

    * Update zone_storm_peaks.cpp

    * Update zone_storm_peaks.cpp

    * Update zone_storm_peaks.cpp

    * Update zone_storm_peaks.cpp

    * clean up redundancy

    * Update fix_quest_12862_13060.sql

    * Update zone_storm_peaks.cpp

    * Update src/server/scripts/Northrend/zone_storm_peaks.cpp

    * Update zone_storm_peaks.cpp

    * fix_quest_12862_13060.sql

    * delay spell cast by 1 sec

    * Update zone_storm_peaks.cpp

    ---------

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

commit 1fb5b63
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 13:36:33 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 755d439

commit 755d439
Author: Andrew <[email protected]>
Date:   Sun Dec 3 10:35:44 2023 -0300

    fix(Scripts/AlteracValley): Balinda Stoneheart (azerothcore#17933)

    * fix(Scripts/AlteracValley): Balinda Stoneheart

    - Convert to taskscheduler
    - Use proper spell to summon elemental
    - Move elemental to SAI
    - Now uses Iceblock

    partial cherry pick of TrinityCore/TrinityCore@93a01b6

commit 98a4c3c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 12:45:19 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 9f21e5f

commit 9f21e5f
Author: Tereneckla <[email protected]>
Date:   Sun Dec 3 12:44:22 2023 +0000

    fix(DB/Quest): Typo in rep requirement for quest 11026 (azerothcore#17928)

    * Create rev_1701597665901809700.sql

    * whiteline

    ---------

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

commit 4fb0464
Author: Kitzunu <[email protected]>
Date:   Sun Dec 3 13:38:51 2023 +0100

    fix(Core/Quest): Throw error if quest_template RewardItemId is not se… (azerothcore#17924)

    fix(Core/Quest): Throw error if quest_template RewardItemId is not set in order

    * closes azerothcore#17740

commit 9cd95bd
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 09:17:39 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 4790a07

commit 4790a07
Author: sudlud <[email protected]>
Date:   Sun Dec 3 10:16:47 2023 +0100

    fix(DB/Gameobject): Sniffed Values - "Striking Back" Quest Midsummer … (azerothcore#17909)

    fix(DB/Gameobject): Sniffed Values - "Striking Back" Quest Midsummer spawns

commit 90778d3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 07:26:27 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 1b2e760

commit 1b2e760
Author: Dan <[email protected]>
Date:   Sun Dec 3 08:25:34 2023 +0100

    fix(DB/SAI): add SAI to Zevrax (azerothcore#17926)

    initial

commit 1674bfe
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 05:00:05 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 798bb68

commit 798bb68
Author: Gultask <[email protected]>
Date:   Sun Dec 3 01:59:13 2023 -0300

    fix(DB/SerpentshrineCavern): Rebuild Serpentshrine Cavern from retail sniffs (azerothcore#17918)

    * Create ssc.sql

    * Update ssc.sql

    * Update ssc.sql

    * Update ssc.sql

    * delete leftover waypoint paths

commit 0e120c9
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sun Dec 3 01:58:31 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): d0f10a1

commit d0f10a1
Author: Kitzunu <[email protected]>
Date:   Sun Dec 3 02:57:41 2023 +0100

    feat(Scripts/Commands): introduce go creature name (azerothcore#17910)

    * feat(Scripts/Commands): introduce go creature name

    * closes azerothcore#2315

    * Since new command handler the old "go creature" dont take name as argument

    * Update cs_go.cpp

    * this could be null... so let's avoid stupid crashes

    * we only need the first result if there are multiple

    * Update cs_go.cpp

    * Update rev_1701381015172273800.sql

commit eb1ecc3
Author: Winfidonarleyan <[email protected]>
Date:   Sun Dec 3 03:13:20 2023 +0700

    feat(Core/Scripting): move all script objects to separated files (azerothcore#17860)

    * feat(Core/Scripts): move all script objects to separated files

    * Apply 5bfeabd

    * try gcc build

    * again

commit fe9bda1
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Dec 2 19:00:02 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): eb663a4

commit eb663a4
Author: Kitzunu <[email protected]>
Date:   Sat Dec 2 19:59:09 2023 +0100

    fix(Scripts/Command): Allow player name/guid in additem (azerothcore#17915)

    * fix(Scripts/Command): Allow player name/guid in additem

    * build?

    * Revert "build?"

    This reverts commit 3f37456.

    * Update cs_misc.cpp

    * console isnt a player

commit db4b0b0
Author: Kitzunu <[email protected]>
Date:   Sat Dec 2 19:25:32 2023 +0100

    feat(Core/ChatHandler): Add SendErrorMessage helper (azerothcore#17919)

    * feat(Core/Chat): Add SendErrorMessage helper

    * lost boy

commit 5bfeabd
Author: Kitzunu <[email protected]>
Date:   Sat Dec 2 10:03:15 2023 +0100

    chore(Core/Misc): rename spellInfo pointers (azerothcore#17914)

    * Rename all

commit 123bf37
Author: Kitzunu <[email protected]>
Date:   Thu Nov 30 23:39:10 2023 +0100

    chore(CI): bump issue labeler version (azerothcore#17913)

commit 8eed7ee
Author: Tristan 'Natrist' Cormier <[email protected]>
Date:   Thu Nov 30 14:25:01 2023 -0500

    fix(Core/Channel): potential nullptr reference in Channel::SetOwner() (azerothcore#17906)

commit e1cec2b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Thu Nov 30 15:45:00 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): ff5bb59

commit ff5bb59
Author: pedrohfm9 <[email protected]>
Date:   Thu Nov 30 12:43:54 2023 -0300

    fix(DB/Quest): Kaw the Mammoth Destroyer (azerothcore#17859)

    * fix(DB/Creature): Grunda Bronzewing is now mounted

    Grunda Bronzewing is now mounted

    * Update Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql

    Grunda Bronzewing is now mounted

    * Rename Fix-Grunda Bronzewing in Honor Hold is not riding on a golden gryphon.sql to Fix-Grunda.sql

    Grunda Bronzewing is now mounted

    * Delete Fix-Grunda.sql

    * Add files via upload

    * Delete data/sql/updates/pending_db_world/Fix quest 11879 Kaw the Mammoth Destroyer.SQL

    * Fix quest 11879 Kaw the Mammoth Destroyer.sql

    * Fix_quest_11879.sql

    * Update Fix_quest_11879.sql

    * Update Fix_quest_11879.sql

    * Update Fix_quest_11879.sql

    * Update Fix_quest_11879.sql

    * Update Fix_quest_11879.sql

    * Update data/sql/updates/pending_db_world/Fix_quest_11879.sql

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

    * Update Fix_quest_11879.sql

    ---------

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

commit 39fe789
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Nov 29 21:27:16 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): e807754

commit c1a12a6
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 22:26:40 2023 +0100

    fix(Script/Commands): Make sure learn all lang also give you the skill (azerothcore#17902)

commit e807754
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 22:26:24 2023 +0100

    fix(DB/Quest): Blade Edge Mountains (azerothcore#17903)

    * fix(DB/Quest): Bombing Run (11010) should not be available to druids

    *closes azerothcore#17901

    * Update rev_1701287014782447000.sql

    * Update rev_1701287014782447000.sql

    * closes azerothcore#17897

    * Update data/sql/updates/pending_db_world/rev_1701287014782447000.sql

commit 4552e89
Author: Andrew <[email protected]>
Date:   Wed Nov 29 16:34:11 2023 -0300

    refactor(Scripts/MagisterTerrace): Update Vexallus script (azerothcore#17892)

    * refactor(Scripts/MagisterTerrace): Update Vexallus script

    * Update src/server/scripts/EasternKingdoms/MagistersTerrace/boss_vexallus.cpp

commit 635288b
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 20:14:58 2023 +0100

    fix(Scripts/Commands): Display GUID on gob info (azerothcore#17900)

    * fix(Scripts/Commands): Display GUID on gob info

    * close azerothcore#8129

    * Update cs_gobject.cpp

commit f6e8539
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Wed Nov 29 16:33:53 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 9f32108

commit 9f32108
Author: AG <[email protected]>
Date:   Wed Nov 29 17:32:52 2023 +0100

    Remove unnecessary SetActive in DK start zone (azerothcore#17888)

    * Remove unnecessary SetActive in DK start zone

    Cherry pick: TrinityCore/TrinityCore@7dbbc50

    Co-Authored-By: Gildor <[email protected]>

    * Added newline

    ---------

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

commit e833691
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 13:38:03 2023 +0100

    fix(Scripts/Command): ticket comment should allow input (azerothcore#17891)

    fix(Scripts/Command): gm comment should allow input

    * closes azerothcore#17877

commit 65e25bd
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 12:37:48 2023 +0100

    fix(CI): Maybe baby this will solve our problemos (azerothcore#17889)

    * Because BREW and MAC OSX suck a**

    * Update core-build-nopch.yml

    * if mac dont fix now. I might just quit

    * maybe I can bring this back now :pog:

commit e663505
Author: Kitzunu <[email protected]>
Date:   Wed Nov 29 08:51:45 2023 +0100

    chore(docs): update security.md (azerothcore#17287)

    * chore(docs): update security.md

    * Update SECURITY.md

    * Update SECURITY.md

commit 26881b5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 28 23:18:38 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): 46764f1

commit 46764f1
Author: sudlud <[email protected]>
Date:   Wed Nov 29 00:17:37 2023 +0100

    fix(DB/Gameobject): Sniffed Values for "The Zoram Strand" Midsummer s… (azerothcore#17887)

    fix(DB/Gameobject): Sniffed Values for "The Zoram Strand" Midsummer spawns

commit 4caf6fb
Author: Kitzunu <[email protected]>
Date:   Tue Nov 28 23:56:54 2023 +0100

    chore(docs): bump coc to 2.1 with modificatiosn (azerothcore#17302)

    * chore(docs): Update Code of Conduct to version 2.1

    * Update README.md

    * Update CODE_OF_CONDUCT.md

    * Update CODE_OF_CONDUCT.md

commit 4c94f62
Author: Tristan 'Natrist' Cormier <[email protected]>
Date:   Tue Nov 28 15:44:48 2023 -0500

    chore(Core/Account): move AccountMgr::IsGMAccount() to class WorldSession (azerothcore#17845)

commit 9da7657
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 27 22:17:45 2023 +0000

    chore(DB): import pending files

    Referenced commit(s): d2aabdb

commit fb2924a
Author: Kitzunu <[email protected]>
Date:   Mon Nov 27 23:17:02 2023 +0100

    chore(CI): rename CI to easier determain which is which (azerothcore#17879)

    * chore(CI): rename CI to easier determain which is which

    * small change

    * Update codestyle.yml

    * codestyle checks changes

    * test to see if this works

    * revert this, just to check that CI works

    * Revert "revert this, just to check that CI works"

    This reverts commit ad03c6b.

    * Update core_modules_build.yml

commit d2aabdb
Author: sudlud <[email protected]>
Date:   Mon Nov 27 23:16:48 2023 +0100

    fix(DB/Gameobject): Sniffed Values for "The Slave Pens" Midsummer spawns (azerothcore#17881)
james-huston pushed a commit to araxiaonline/AzerothCore-wotlk-with-NPCBots that referenced this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB related to the SQL database
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bloodmyst Isle] Zevrax missing abilities
2 participants