DB/Creature: Remove serverside unit flags from creature table

Ref 1f4b5c2f56

(cherry picked from commit 8e8e67f38c)
This commit is contained in:
offl
2021-01-06 19:49:24 +02:00
committed by Shauren
parent aa29703438
commit 7b0ce99b84

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