DB/Creature: Remove UNIT_FLAG_RENAME

Ref #25764

Definitely should not be stored in DB

(cherry picked from commit d0b9aaa503)
This commit is contained in:
offl
2021-01-08 03:25:14 +02:00
committed by Shauren
parent be01acdf18
commit b2cdeef628

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `unit_flags` = `unit_flags` &~ 0x00000010 WHERE `entry` IN (691,4789,18351,19581,22089,22433,23026,24737,24761,25027,25028,25545,26736,27588,29212,30518,31424,39682,39713,39714);