aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-09-12 21:55:52 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-27 00:30:52 +0200
commit247c9210d9d456f1a5dbd94744436d1de817452e (patch)
tree03c06a70506ae223b6e2ff863fe94cd3c7ccedc1
parentfdb3f4159e5e7865429e5b7212fba1ef602e6839 (diff)
DB/Creature: Fix unit flag for Lich King and Sindragosa involved on Where Dragons Fell quest
(cherry picked from commit 7bcc83696fe2b9828f86a8fe3b4f63d4b51c8484)
-rw-r--r--sql/updates/world/master/2021_10_26_07_world_2018_09_12_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_26_07_world_2018_09_12_00_world.sql b/sql/updates/world/master/2021_10_26_07_world_2018_09_12_00_world.sql
new file mode 100644
index 00000000000..b5c908159d8
--- /dev/null
+++ b/sql/updates/world/master/2021_10_26_07_world_2018_09_12_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `unit_flags`=768 WHERE `entry` IN (32443, 32446);