mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user