Core/AreaTriggers: Implemented new areatrigger type: bounded plane

Port From (https://github.com/TrinityCore/TrinityCore/commit/6856b248836205f3567d27848541859b93d93469)
This commit is contained in:
hondacrx
2022-12-17 17:16:08 -05:00
parent a4ebb8455d
commit 38197f7996
4 changed files with 37 additions and 2 deletions
@@ -41,6 +41,7 @@ namespace Framework.Constants
Polygon = 3,
Cylinder = 4,
Disk = 5,
BoundedPlane = 6,
Max
}