DB/Creature: Remove UNIT_FLAG_RENAME 2

(cherry picked from commit 03c1fd556d)
This commit is contained in:
offl
2021-01-08 03:31:48 +02:00
committed by Shauren
parent b2cdeef628
commit 395bd7206d

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature` SET `unit_flags` = `unit_flags` &~ 0x00000010 WHERE `guid` IN (40451,40453,40454,40455,40456,40457,40458,40459,40460,40461,40466);