diff options
author | offl <offl@users.noreply.github.com> | 2021-01-08 03:25:14 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-01-08 03:25:14 +0200 |
commit | d0b9aaa5031054b103963d23ddb3ec711412460b (patch) | |
tree | 305e990719fb4fc6d34ec3c46a522af884e8c1ec | |
parent | 79662ba7498c663421390c0869f49c09dda43268 (diff) |
DB/Creature: Remove UNIT_FLAG_RENAME
Ref #25764
Definitely should not be stored in DB
-rw-r--r-- | sql/updates/world/3.3.5/2021_01_08_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_08_01_world.sql b/sql/updates/world/3.3.5/2021_01_08_01_world.sql new file mode 100644 index 00000000000..158069d95bc --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_08_01_world.sql @@ -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); |