aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-01-08 03:25:14 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-05 22:28:44 +0100
commitb2cdeef62869495d29fe3410ca35433232622d29 (patch)
treeb221407085bce0ba35c6620d1bffa7cfdaf501d1
parentbe01acdf1820e72858c8613f89477d543078666f (diff)
DB/Creature: Remove UNIT_FLAG_RENAME
Ref #25764 Definitely should not be stored in DB (cherry picked from commit d0b9aaa5031054b103963d23ddb3ec711412460b)
-rw-r--r--sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql b/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql
new file mode 100644
index 00000000000..158069d95bc
--- /dev/null
+++ b/sql/updates/world/master/2022_03_05_57_world_2021_01_08_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00000010 WHERE `entry` IN (691,4789,18351,19581,22089,22433,23026,24737,24761,25027,25028,25545,26736,27588,29212,30518,31424,39682,39713,39714);