mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Item): Add some stat values to Death Knight Brutal Gladiator set. (#22725)
This commit is contained in:
5
data/sql/updates/pending_db_world/dk-brutal-stats.sql
Normal file
5
data/sql/updates/pending_db_world/dk-brutal-stats.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
UPDATE `item_template` SET `armor` = 1983, `MaxDurability` = 165 WHERE `entry` = 40440;
|
||||
UPDATE `item_template` SET `armor` = 1239, `MaxDurability` = 55 WHERE `entry` = 40441;
|
||||
UPDATE `item_template` SET `armor` = 1611, `MaxDurability` = 100 WHERE `entry` = 40442;
|
||||
UPDATE `item_template` SET `armor` = 1735, `MaxDurability` = 120 WHERE `entry` = 40443;
|
||||
UPDATE `item_template` SET `armor` = 1487, `MaxDurability` = 100 WHERE `entry` = 40444;
|
||||
Reference in New Issue
Block a user