diff options
| author | Shauren <shauren.trinity@gmail.com> | 2021-02-27 21:49:35 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-02-27 21:49:35 +0100 |
| commit | 3e3b93b509b7546894dd098ae68d4f416f572a4e (patch) | |
| tree | a8dbb324755bdcf3e45179dcdffb3dbc13ca844f /sql | |
| parent | ee2ebfe87db6e43fc0ee2e27d760d656eadf9526 (diff) | |
Core/Scenes: Add support for encrypted scenes
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_02_27_07_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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`; |
