diff options
author | Killyana <morphone1@gmail.com> | 2020-04-09 17:05:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 13:09:25 +0100 |
commit | dbcac4f28282191a3020dec0e188751f233c8837 (patch) | |
tree | 2ddb8a20c03fffb2c06d97e8c3da1e99a7431b44 | |
parent | 22697db18bc5726c22d0197d26afeca45d6aed6d (diff) |
DB/Creature: Ahn'kahar Watcher
(cherry picked from commit 2d72439b068093e6226ce74ca83747d85ab0327b)
-rw-r--r-- | sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql b/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql new file mode 100644 index 00000000000..fad2db250b5 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_03_world_2020_04_09_02_world.sql @@ -0,0 +1,5 @@ +-- +-- UPDATE `creature_template` SET `minlevel`=73, `maxlevel`=73 WHERE `entry`=31104; +DELETE FROM `creature_template_addon` WHERE `entry`=31449; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(31449, 0, 0, 0, 1, 0, 0, "18950"); |