DB/Creature: Remove serverside unit flags from creature table

Ref 1f4b5c2f56
This commit is contained in:
offl
2021-01-06 19:49:24 +02:00
parent abe8fb01e0
commit 8e8e67f38c

View 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);