diff options
| author | offl <offl@users.noreply.github.com> | 2020-08-27 03:50:42 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-27 03:50:42 +0300 |
| commit | 4f4b1aac35883706751836098a902982f09bbfad (patch) | |
| tree | be4f104cdc33e6d65aabfe03c2b30353f15d99a6 | |
| parent | e8b6fe27f7dd571d7e3cebb6a832be84d8c4f47b (diff) | |
DB/Creature: Add gold and mechanic immunities to Converted Hero
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_27_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_27_01_world.sql b/sql/updates/world/3.3.5/2020_08_27_01_world.sql new file mode 100644 index 00000000000..5cc62d1d641 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
