fix(DB\Creature): Moonstalker Runt maxlevel (#8210)

This commit is contained in:
Ragelezz 2021-10-07 20:03:00 +03:00 committed by GitHub
parent cb31fa5815
commit 9ea00bb116
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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