From 3e3b93b509b7546894dd098ae68d4f416f572a4e Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 27 Feb 2021 21:49:35 +0100 Subject: Core/Scenes: Add support for encrypted scenes --- sql/updates/world/master/2021_02_27_07_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/master/2021_02_27_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_02_27_07_world.sql b/sql/updates/world/master/2021_02_27_07_world.sql new file mode 100644 index 00000000000..64699db193a --- /dev/null +++ b/sql/updates/world/master/2021_02_27_07_world.sql @@ -0,0 +1 @@ +ALTER TABLE `scene_template` ADD `Encrypted` tinyint(1) unsigned NOT NULL DEFAULT '0' AFTER `ScriptPackageID`; -- cgit v1.2.3