aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-08-31 20:58:58 +0200
committerGitHub <noreply@github.com>2023-08-31 20:58:58 +0200
commit0e818e23e71b5bc824913a4e06f55e16a925341a (patch)
treeced75fff6deb506e2b86afc2e9a363342490c379 /sql
parent7f620475bd11669bb7f7c2ade9fa5d2c78fc721a (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.sql3
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`;