DB/Creature: Correct some unit flags

Correct unit flags for some  npcs at Stair of Destiny

Closes #16830
(cherry picked from commit ff77741a61)
This commit is contained in:
Dr-J
2016-03-24 19:22:13 +00:00
committed by Shauren
parent f1b3c9f40c
commit d054a00c9c

View File

@@ -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;