fix(DB/Creature): Upgraded Gath'Ilzogg (334) armor to 1.5X value (#7232)

This commit is contained in:
Asthalor
2021-08-05 00:01:13 +02:00
committed by GitHub
parent 8522809bb3
commit 84cc4a4c06

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628102220316360200');
-- Changed the armor value to 1.5X for Gath'Ilzogg (334)
UPDATE `creature_template` SET `ArmorModifier` = 1.5 WHERE (`entry` = 334);