diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-05-12 16:39:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-12 16:39:24 +0200 |
commit | a48531f0234d9358843085cbbf0aedca13247944 (patch) | |
tree | 391ff08643dacc9ddeb1c55da2df7df64caff074 | |
parent | 7df5764b1d5351e5d0a1bf07db75e5e6d7209570 (diff) |
DB/Creature: Fix Argent Vanguard Spirit Healer phases
by Windmere98 closes https://github.com/TrinityCore/TrinityCore/issues/29388
-rw-r--r-- | sql/updates/world/3.3.5/2024_05_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_05_12_01_world.sql b/sql/updates/world/3.3.5/2024_05_12_01_world.sql new file mode 100644 index 00000000000..1381fbe16c7 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_05_12_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `phaseMask` = 195 WHERE `guid` = 98912; |