Core/AreaTriggers: Refactor
* Moved IsServerside to custom flags * Flags moved from areatrigger_template to areatrigger_create_properties * New field to create custom CreateProperties (IsCustom) * New field to reference custom areatriggers (IsAreatriggerCustom) * Moved fields for shape data to areatrigger_create_properties Port From (https://github.com/TrinityCore/TrinityCore/commit/37eb2e64a6ad075e9866af6feb72bb4fbccb2adc)
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Framework.Constants
|
||||
TimedActionlist = 9,
|
||||
Scene = 10,
|
||||
AreaTriggerEntity = 11,
|
||||
AreaTriggerEntityServerside = 12,
|
||||
AreaTriggerEntityCustom = 12,
|
||||
Max = 11
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user