fix(DB/Creature) Set Kirtonos the Herald to level 60 (#21784)

Kirtonos the Herald corrected level from 63 to 60
This commit is contained in:
blinkysc
2025-03-27 12:42:29 -05:00
committed by GitHub
parent fe8dcf9765
commit 9c3418d482

View File

@@ -0,0 +1,2 @@
-- Set Kirtonos the Herald level to 60
UPDATE `creature_template` SET `minlevel` = 60, `maxlevel` = 60 WHERE (`entry` = 10506);