diff options
author | offl <offl@users.noreply.github.com> | 2021-01-31 11:22:56 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 19:11:49 +0100 |
commit | 497fdb42ab90a33e775aef1318b314da187fd064 (patch) | |
tree | 7a46510804643874a8611bd65526bfb0b56d31dd | |
parent | 76927165c388fe472a09eadbda0d26552d848d67 (diff) |
DB/Creature: Make spirit healers in Scarlet Enclave visible in all phases
Ref #25230
(cherry picked from commit 7cf9a2a028811170cda3c41d681836d7aa7505fd)
-rw-r--r-- | sql/updates/world/master/2022_03_06_20_world_2021_01_31_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_20_world_2021_01_31_04_world.sql b/sql/updates/world/master/2022_03_06_20_world_2021_01_31_04_world.sql new file mode 100644 index 00000000000..ca8caa9f72d --- /dev/null +++ b/sql/updates/world/master/2022_03_06_20_world_2021_01_31_04_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `phaseId` = 0, `phaseUseFlags` = 1 WHERE `id` = 29259; |