mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user