From 231bf8b4ec560a55137366c066cb7a438660bc76 Mon Sep 17 00:00:00 2001 From: Mitch Freeman <65987027+neckkola@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:13:00 -0300 Subject: [PATCH] Update database_update_manifest.cpp (#5011) --- common/database/database_update_manifest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 2236b4ab9..bd030f98a 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -7188,7 +7188,8 @@ CHANGE COLUMN `field221` `caster_requirement_id` int(11) NULL DEFAULT 0 AFTER `n CHANGE COLUMN `field222` `spell_class` int(11) NULL DEFAULT 0 AFTER `caster_requirement_id`, CHANGE COLUMN `field223` `spell_subclass` int(11) NULL DEFAULT 0 AFTER `spell_class`, CHANGE COLUMN `field232` `no_remove` int(11) NOT NULL DEFAULT 0 AFTER `min_range`; -)" +)", + .content_schema_update = true } // -- template; copy/paste this when you need to create a new entry