diff options
author | Killyana <morphone1@gmail.com> | 2020-04-09 17:05:15 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-04-09 17:05:15 +0200 |
commit | 2d72439b068093e6226ce74ca83747d85ab0327b (patch) | |
tree | cdffa6eb87e0911a60844dc6f52bfd1118374650 | |
parent | 8fe2e66f2f0b0dc5a80c3c510ccb1304f36d2708 (diff) |
DB/Creature: Ahn'kahar Watcher
-rw-r--r-- | sql/updates/world/3.3.5/2020_04_09_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_09_02_world.sql b/sql/updates/world/3.3.5/2020_04_09_02_world.sql new file mode 100644 index 00000000000..e23a20aa5cd --- /dev/null +++ b/sql/updates/world/3.3.5/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"); |