From fbfdaaa7f1be8b4d8570a2b303ccd1800ecb9023 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:35:54 +0200 Subject: chore: SMART_EVENT_FRIENDLY_HEALTH_PCT. (#698) --- docs/smart_scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 | -- cgit