fix(DB/Creature): Set level of Durnholde Mage in OHF heroic appropriate for heroic (#16563)

* Create rev_1686948961677753100.sql

* Create rev_1686949481728636000.sql

* Delete rev_1686948961677753100.sql
This commit is contained in:
Tereneckla 2023-06-17 19:15:42 +00:00 committed by GitHub
parent 704d70043a
commit f0c724559e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `minlevel` = 71, `maxlevel` = 71 WHERE (`entry` = 20525);