fix(DB/Creature): Reduce HP of unit_class paladin level 66 to 4892 (#16147)

Create rev_1682890425657710000.sql
This commit is contained in:
Tereneckla
2023-05-10 15:57:24 +00:00
committed by GitHub
parent 361f96a132
commit 580c1451d6

View File

@@ -0,0 +1 @@
UPDATE `creature_classlevelstats` SET `basehp1` = 4892 WHERE `class` = 2 and `level` = 66;