mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 08:33:47 +00:00
fix(DB/Creature): Upgraded Gath'Ilzogg (334) armor to 1.5X value (#7232)
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
Reference in New Issue
Block a user