From 9753d59226b0e790ff35d620f167c56b1fd859b0 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:13:36 +0200 Subject: [PATCH] fix(DB/Creature): increased armor of Pyrewood leatherworker and armorer and their worgen transformation (#7025) Added the armor multiplier from 1 to 1.5 as the source indicates - Closes #6907 --- .../sql/updates/pending_db_world/rev_1626687838564902600.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626687838564902600.sql diff --git a/data/sql/updates/pending_db_world/rev_1626687838564902600.sql b/data/sql/updates/pending_db_world/rev_1626687838564902600.sql new file mode 100644 index 000000000..d49ebdd5a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626687838564902600.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626687838564902600'); + +-- Pyrewood leatherworker, Pyrewood Armorer,Moonrage armorer, Moonrage Leatherworker +UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE `entry` IN (3532, 3528, 3529, 3533); +