Emesary(MP) : Use correct ID for ArmamentNotification
This commit is contained in:
parent
21675f903f
commit
7c13462959
1 changed files with 1 additions and 1 deletions
|
@ -25,12 +25,12 @@
|
|||
var PropertySyncNotificationBase_Id = 16;
|
||||
var AircraftControlNotification_Id = 17;
|
||||
var GeoEventNotification_Id = 18;
|
||||
var ArmamentNotification_Id = 19;
|
||||
# event ID 19 reserved for armaments and stores (model defined).
|
||||
var PFDEventNotification_Id = 20;
|
||||
#
|
||||
# Combat notifications; e.g. OPRF Emesary MP communications
|
||||
var ArmamentInFlightNotification_Id = 21;
|
||||
var ArmamentNotification_Id = 22;
|
||||
var StaticNotification_Id = 25; # static object created.
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue