aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-03-24 19:22:13 +0000
committerDr-J <daniel.jarrott0@gmail.com>2016-03-24 19:22:13 +0000
commitff77741a61a6b272aed43135036e035b2ff82986 (patch)
tree440446f9d14ae0d8cda6324406540e7866a99932
parentc9751eb1f822df6a92b7820328a7b7f025d0c997 (diff)
DB/Creature: Correct some unit flags
Correct unit flags for some npcs at Stair of Destiny Closes #16830
-rw-r--r--sql/updates/world/2016_03_24_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_24_02_world.sql b/sql/updates/world/2016_03_24_02_world.sql
new file mode 100644
index 00000000000..199582eb4a0
--- /dev/null
+++ b/sql/updates/world/2016_03_24_02_world.sql
@@ -0,0 +1,4 @@
+UPDATE `creature` SET `unit_flags`=832 WHERE `guid`IN(57890,57891) AND `id`=16831;
+UPDATE `creature` SET `unit_flags`=33536 WHERE `guid`IN(57492) AND `id`=16580;
+UPDATE `creature` SET `unit_flags`=768 WHERE `guid`IN(57542,57543) AND `id`=16582;
+UPDATE `creature` SET `unit_flags`=768 WHERE `guid`IN(58137) AND `id`=16864;