Core/AreaTriggers: Added SpellForVisual for db spawned areatriggers (#29277)

This commit is contained in:
ModoX
2023-08-31 20:58:58 +02:00
committed by GitHub
parent 7f620475bd
commit 0e818e23e7
4 changed files with 33 additions and 9 deletions

View File

@@ -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`;