fix(DB/Creature): Set Temporus Level 72 (#15335)

This commit is contained in:
neifion-00000000 2023-03-11 10:00:18 -06:00 committed by GitHub
parent d336d1c9bf
commit cd59b7ebc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
--
-- Temporus Level fix
UPDATE `creature_template` SET `minlevel`=72, `maxlevel`=72 WHERE `entry`=17880;