Core/AreaTriggers: Add missing 9.2 changes

This commit is contained in:
Shauren
2022-03-10 19:59:13 +01:00
parent dfd72f01e2
commit 1f6497f04e
2 changed files with 10 additions and 7 deletions
@@ -0,0 +1,3 @@
ALTER TABLE `areatrigger`
ADD `ShapeData6` float NOT NULL DEFAULT 0 AFTER `ShapeData5`,
ADD `ShapeData7` float NOT NULL DEFAULT 0 AFTER `ShapeData6`;