Skip to content

Commit fe9ddea

Browse files
GultaskLumber-Jack-2Shauren
authored
fix(DB/Creature): Correct Legacy Typo in Level 83 Creature Armor Value (azerothcore#24553)
Co-authored-by: Lumber-Jack <5568820+Lumber-Jack-2@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
1 parent 2c81a4e commit fe9ddea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Wotlk armor value
2+
UPDATE `creature_classlevelstats` SET `basearmor`=10643 WHERE `level`=83 AND `class`=1;
3+
UPDATE `creature_classlevelstats` SET `basearmor`=10643 WHERE `level`=83 AND `class`=2;

0 commit comments

Comments
 (0)