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:
@@ -1039,7 +1039,9 @@ namespace Framework.Constants
|
||||
CmdparserCurrencyNoExist = 1516,
|
||||
CmdparserQuestNoExist = 1517,
|
||||
|
||||
// 1516-1998 - Free
|
||||
// 1516-1996 - Free
|
||||
DebugAreatriggerEntityEntered = 1997,
|
||||
DebugAreatriggerEntityLeft = 1998,
|
||||
DebugAreatriggerLeft = 1999,
|
||||
// Ticket Strings 2000-2030
|
||||
CommandTicketnew = 2000, // 3.3.5 Reserved
|
||||
|
||||
Reference in New Issue
Block a user