diff options
-rw-r--r-- | sql/updates/world/3.3.5/2021_01_23_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_23_03_world.sql b/sql/updates/world/3.3.5/2021_01_23_03_world.sql new file mode 100644 index 00000000000..57c5039ca37 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_23_03_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature` SET `unit_flags` = 33024, `dynamicflags` = 0 WHERE `guid` = 116778 AND `id` = 29402; +UPDATE `creature` SET `unit_flags` = 33587456, `dynamicflags` = 0 WHERE `guid` IN (116956,116957,116958,116959) AND `id` = 29404; + +UPDATE `creature` SET `unit_flags` = 320 WHERE `unit_flags` = 768 AND `id` = 26620; +-- UPDATE `creature` SET `unit_flags` = 33554496 WHERE `unit_flags` = 33570818 AND `id` = 26620; |