mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove UNIT_FLAG_NON_ATTACKABLE in few cases
Ref #25764
(cherry picked from commit a06a755f4c)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user