diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/smart_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 61e4533..45af770 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -207,7 +207,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_EVENT_GO_EVENT_INFORM | 71 | EventId | | | | | | | SMART_EVENT_ACTION_DONE | 72 | EventId | | | | | | | SMART_EVENT_ON_SPELLCLICK | 73 | | | | | | | -| SMART_EVENT_FRIENDLY_HEALTH_PCT | 74 | minHpPct | maxHpPct | repeatMin | repeatMax | | | +| SMART_EVENT_FRIENDLY_HEALTH_PCT | 74 | minHpPct | maxHpPct | repeatMin | repeatMax | range | | | SMART_EVENT_DISTANCE_CREATURE | 75 | database guid | database entry | distance | repeat interval (ms) | | On creature guid OR any instance of creature entry is within distance. | | SMART_EVENT_DISTANCE_GAMEOBJECT | 76 | database guid | database entry | distance | repeat interval (ms) | | On gameobject guid OR any instance of gameobject entry is within distance. | | SMART_EVENT_COUNTER_SET | 77 | counterID | value | cooldownMin | cooldownMax | | If the value of specified counterID is equal to a specified value | |
