fix(DB/Creature): lowers max level of Fen Dweller (#8002)
This commit is contained in:
parent
ab432b0330
commit
26694b46c2
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632156508775520500');
|
||||
|
||||
UPDATE `creature_template` SET `maxlevel` = 21 WHERE `entry` = 1039;
|
||||
Loading…
Add table
Add a link
Reference in a new issue