fix(DB/Creature): lowers max level of Fen Dweller (#8002)

This commit is contained in:
Jan M. D. Hansen
2021-11-05 07:22:13 +01:00
committed by GitHub
parent ab432b0330
commit 26694b46c2

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632156508775520500');
UPDATE `creature_template` SET `maxlevel` = 21 WHERE `entry` = 1039;