chore(DB): import pending files

Referenced commit(s): 358a1e71e0
This commit is contained in:
AzerothCoreBot
2023-09-15 00:36:38 +00:00
parent 358a1e71e0
commit d66b243cbd

View File

@@ -1,3 +1,4 @@
-- DB update 2023_09_15_00 -> 2023_09_15_01
ALTER TABLE `player_class_stats`
ADD COLUMN `BaseHP` int unsigned NOT NULL DEFAULT '1' AFTER `Level`,
ADD COLUMN `BaseMana` int unsigned NOT NULL DEFAULT '1' AFTER `BaseHP`;