fix(DB/Creature): Correct Legacy Typo in Level 83 Creature Armor Value (#24553)
Co-authored-by: Lumber-Jack <5568820+Lumber-Jack-2@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
parent
2c81a4ee12
commit
fe9ddea814
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Wotlk armor value
|
||||
UPDATE `creature_classlevelstats` SET `basearmor`=10643 WHERE `level`=83 AND `class`=1;
|
||||
UPDATE `creature_classlevelstats` SET `basearmor`=10643 WHERE `level`=83 AND `class`=2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue