diff options
author | offl <offl@users.noreply.github.com> | 2020-08-27 03:50:42 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-04 00:27:13 +0100 |
commit | 44d6aeba6305dae7e507a5b8cceb2c3893d4cf76 (patch) | |
tree | be50e154f1e5da1b83a9673df64ea7c3fa2a7612 | |
parent | 64518d94bfd8a8e92ab6271f79ece58d1872aeb2 (diff) |
DB/Creature: Add gold and mechanic immunities to Converted Hero
(cherry picked from commit 4f4b1aac35883706751836098a902982f09bbfad)
-rw-r--r-- | sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql b/sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql new file mode 100644 index 00000000000..5cc62d1d641 --- /dev/null +++ b/sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql @@ -0,0 +1,2 @@ +-- Add gold, immune to roots and snare https://www.wowhead.com/npc=32255/converted-hero#comments:id=505383 +UPDATE `creature_template` SET `mingold` = 1654, `maxgold` = 2760, `mechanic_immune_mask` = `mechanic_immune_mask`|64|1024 WHERE `entry` = 32255; |