diff options
-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; |