mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
Feature(Smart Scripts/SMART_EVENT_RANGE): Proper fix to prevent Initial timer (#13059)
* Feature(Smart Scripts/SMART_EVENT_RANGE): Proper fix to prevent Initial timer * Update SmartScript.cpp
This commit is contained in:
@@ -221,9 +221,17 @@ struct SmartEvent
|
||||
uint32 max;
|
||||
uint32 repeatMin;
|
||||
uint32 repeatMax;
|
||||
uint32 controller;
|
||||
} minMaxRepeat;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 minRange;
|
||||
uint32 maxRange;
|
||||
uint32 repeatMin;
|
||||
uint32 repeatMax;
|
||||
uint32 onlyFireOnRepeat;
|
||||
} rangeRepeat;
|
||||
|
||||
struct
|
||||
{
|
||||
uint32 cooldownMin;
|
||||
|
||||
Reference in New Issue
Block a user