Core/Scenes: Implemented spell created SceneObjects
Port From (https://github.com/TrinityCore/TrinityCore/commit/d7302ffd1499433fef2cc4e824ae9443c3d2c79f)
This commit is contained in:
@@ -2839,4 +2839,10 @@ namespace Framework.Constants
|
||||
FanfareNeeded = 0x80,
|
||||
DisplayOverridden = 0x100
|
||||
}
|
||||
|
||||
public enum SceneType
|
||||
{
|
||||
Normal = 0,
|
||||
PetBattle = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user