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

View File

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