fix(DB/Creature): Upgraded Gath'Ilzogg (334) armor to 1.5X value (#7232)
This commit is contained in:
parent
8522809bb3
commit
84cc4a4c06
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue