diff options
| author | ModoX <moardox@gmail.com> | 2023-08-31 20:58:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 20:58:58 +0200 |
| commit | 0e818e23e71b5bc824913a4e06f55e16a925341a (patch) | |
| tree | ced75fff6deb506e2b86afc2e9a363342490c379 /sql | |
| parent | 7f620475bd11669bb7f7c2ade9fa5d2c78fc721a (diff) | |
Core/AreaTriggers: Added SpellForVisual for db spawned areatriggers (#29277)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2023_08_31_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_08_31_01_world.sql b/sql/updates/world/master/2023_08_31_01_world.sql new file mode 100644 index 00000000000..ee38938a66c --- /dev/null +++ b/sql/updates/world/master/2023_08_31_01_world.sql @@ -0,0 +1,3 @@ +-- +ALTER TABLE `areatrigger` ADD COLUMN `SpellForVisuals` int NULL DEFAULT NULL AFTER `ShapeData7`; +ALTER TABLE `areatrigger` ADD COLUMN `VerifiedBuild` int NOT NULL DEFAULT '0' AFTER `Comment`; |
