feat(Core/SmartAI): Add new event parameter, event_param6 (#16944)

* init

* pt2

* this template stuff must go

* also for my other event
This commit is contained in:
Gultask
2023-08-12 14:53:15 -03:00
committed by GitHub
parent 70fdaafd79
commit 8d803334eb
6 changed files with 68 additions and 49 deletions

View File

@@ -523,7 +523,8 @@ struct SmartEvent
uint32 max;
uint32 repeatMin;
uint32 repeatMax;
uint32 range;
uint32 rangeMin;
uint32 rangeMax;
} areaCasting;
struct
@@ -532,7 +533,8 @@ struct SmartEvent
uint32 max;
uint32 repeatMin;
uint32 repeatMax;
uint32 range;
uint32 rangeMin;
uint32 rangeMax;
} areaRange;
struct
@@ -542,6 +544,7 @@ struct SmartEvent
uint32 param3;
uint32 param4;
uint32 param5;
uint32 param6;
} raw;
};