mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/AreaTriggers: Added SpellForVisual for db spawned areatriggers (#29277)
This commit is contained in:
3
sql/updates/world/master/2023_08_31_01_world.sql
Normal file
3
sql/updates/world/master/2023_08_31_01_world.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user