Core/Scenes: Implemented spell created SceneObjects

Port From (https://github.com/TrinityCore/TrinityCore/commit/d7302ffd1499433fef2cc4e824ae9443c3d2c79f)
This commit is contained in:
hondacrx
2021-10-11 17:21:33 -04:00
parent b0528d1ad3
commit d2bcc321f5
11 changed files with 374 additions and 17 deletions
@@ -2839,4 +2839,10 @@ namespace Framework.Constants
FanfareNeeded = 0x80,
DisplayOverridden = 0x100
}
public enum SceneType
{
Normal = 0,
PetBattle = 1
}
}