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
This commit is contained in:
parent
ccc80dc8a5
commit
9753d59226
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue