diff options
author | Killyana <morphone1@gmail.com> | 2018-01-01 21:00:02 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-01-01 21:00:02 +0100 |
commit | 9f94941a3e146897617d4b097018dc871eaba374 (patch) | |
tree | 04c4dee3ad7b8045a1fc8b11003f016e73d12ad0 | |
parent | 549408a706b54de1c64ca96dcce206da51c680b2 (diff) |
DB/Creature: Cosmetic Mottled Raptor
Closes #18168
-rw-r--r-- | sql/updates/world/master/2018_01_01_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_01_02_world.sql b/sql/updates/world/master/2018_01_01_02_world.sql new file mode 100644 index 00000000000..892dc419904 --- /dev/null +++ b/sql/updates/world/master/2018_01_01_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN(40495); |