mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
DB/Creature: Correct some unit flags
Correct unit flags for some npcs at Stair of Destiny Closes #16830
This commit is contained in:
4
sql/updates/world/2016_03_24_02_world.sql
Normal file
4
sql/updates/world/2016_03_24_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user