mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Creatures: Compute the level from ContentTuning (#28871)
This commit is contained in:
3
sql/updates/world/master/2023_03_31_00_world.sql
Normal file
3
sql/updates/world/master/2023_03_31_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `creature_template`
|
||||
DROP COLUMN `minlevel`,
|
||||
DROP COLUMN `maxlevel`;
|
||||
Reference in New Issue
Block a user