From 44d6aeba6305dae7e507a5b8cceb2c3893d4cf76 Mon Sep 17 00:00:00 2001 From: offl Date: Thu, 27 Aug 2020 03:50:42 +0300 Subject: DB/Creature: Add gold and mechanic immunities to Converted Hero (cherry picked from commit 4f4b1aac35883706751836098a902982f09bbfad) --- sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_03_19_world_2020_08_27_01_world.sql (limited to 'sql') 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; -- cgit v1.2.3