aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgygyti <gygyti@users.noreply.github.com>2021-09-05 19:50:47 +0300
committeroffl <offl@users.noreply.github.com>2021-09-05 19:50:47 +0300
commit78005c177b8c47c1327d5f69ab5bdc14b682e217 (patch)
tree4a7a9953439aa9d0d615c156d03677e1a799d5e6
parent6d1072acafeae0939d10e901b43f9e0ad1fc1f6e (diff)
DB/Creature: Remove Civilian extra flag from Succubus Minion
Closes #26885
-rw-r--r--sql/updates/world/3.3.5/2021_09_05_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_09_05_01_world.sql b/sql/updates/world/3.3.5/2021_09_05_01_world.sql
new file mode 100644
index 00000000000..7e9aba42037
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_09_05_01_world.sql
@@ -0,0 +1,2 @@
+-- Update flags_extra 2 to 0 (civilian to none)
+UPDATE `creature_template` SET `flags_extra` = `flags_extra` &~ 2 WHERE `Entry` = 10928;