aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2016-03-24 19:22:13 +0000
committerShauren <shauren.trinity@gmail.com>2016-04-09 17:35:30 +0200
commitd054a00c9c81ebe4cd8d397674d86376f93f91cd (patch)
tree0d16fd5f18e2ec4087c61f983c93f5e5f1c27288
parentf1b3c9f40c4e2db48885d621bac16636a7091970 (diff)
DB/Creature: Correct some unit flags
Correct unit flags for some npcs at Stair of Destiny Closes #16830 (cherry picked from commit ff77741a61a6b272aed43135036e035b2ff82986)
-rw-r--r--sql/updates/world/2016_04_09_12_world_2016_03_24_02_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_09_12_world_2016_03_24_02_world.sql b/sql/updates/world/2016_04_09_12_world_2016_03_24_02_world.sql
new file mode 100644
index 00000000000..199582eb4a0
--- /dev/null
+++ b/sql/updates/world/2016_04_09_12_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;