Core/Creatures: Compute the level from ContentTuning (#28871)

This commit is contained in:
Meji
2023-03-31 01:01:35 +02:00
committed by GitHub
parent 15451ce699
commit 562f65f3f8
6 changed files with 99 additions and 127 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE `creature_template`
DROP COLUMN `minlevel`,
DROP COLUMN `maxlevel`;