mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Remove serverside unit flags from creature table
Ref 1f4b5c2f56
This commit is contained in:
3
sql/updates/world/3.3.5/2021_01_06_05_world.sql
Normal file
3
sql/updates/world/3.3.5/2021_01_06_05_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
UPDATE `creature` SET `unit_flags` = `unit_flags` &~ 0x00000008 WHERE `guid` IN (81085,3431);
|
||||
UPDATE `creature` SET `unit_flags` = `unit_flags` &~ 0x08000000 WHERE `guid` IN (145494,145495);
|
||||
Reference in New Issue
Block a user