chore(DB): import pending files

Referenced commit(s): 9a6899ff81
This commit is contained in:
github-actions[bot]
2026-03-08 17:28:42 +00:00
parent cdc0be1945
commit a8084f0ea3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_08_00 -> 2026_03_08_01
ALTER TABLE `creature_classlevelstats` ADD `Strength` int NOT NULL DEFAULT '0' AFTER `damage_exp2`;
ALTER TABLE `creature_classlevelstats` ADD `Agility` int NOT NULL DEFAULT '0' AFTER `Strength`;
ALTER TABLE `creature_classlevelstats` ADD `Stamina` int NOT NULL DEFAULT '0' AFTER `Agility`;

View File

@@ -1,3 +1,4 @@
-- DB update 2026_03_08_01 -> 2026_03_08_02
--
-- Update Lady Sinestra's `path_id` to GUID*10 for Lady Sinestras spawn (previously: 23283)