aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-31 11:22:56 +0200
committeroffl <offl@users.noreply.github.com>2021-01-31 11:22:56 +0200
commit7cf9a2a028811170cda3c41d681836d7aa7505fd (patch)
treeea3effd2edd241266139298e173d8d24cb77b4f2
parent113dbe36026adab5b818346f0f941040524bb125 (diff)
DB/Creature: Make spirit healers in Scarlet Enclave visible in all phases
Ref #25230
-rw-r--r--sql/updates/world/3.3.5/2021_01_31_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_31_04_world.sql b/sql/updates/world/3.3.5/2021_01_31_04_world.sql
new file mode 100644
index 00000000000..5dd6be9698e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_01_31_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature` SET `phaseMask` = 1+2+4+32+64+128 WHERE `id` = 29259;