summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUltraNix <80540499+UltraNix@users.noreply.github.com>2022-04-18 19:35:54 +0200
committerGitHub <noreply@github.com>2022-04-18 19:35:54 +0200
commitfbfdaaa7f1be8b4d8570a2b303ccd1800ecb9023 (patch)
tree7a4f641dfb5407bb21d156336833e6b64aa00321
parent5c78fd2223d4b73c2b3f1ace9374570154c801f5 (diff)
downloadwiki-fbfdaaa7f1be8b4d8570a2b303ccd1800ecb9023.tar.gz
wiki-fbfdaaa7f1be8b4d8570a2b303ccd1800ecb9023.tar.bz2
wiki-fbfdaaa7f1be8b4d8570a2b303ccd1800ecb9023.zip
chore: SMART_EVENT_FRIENDLY_HEALTH_PCT. (#698)
-rw-r--r--docs/smart_scripts.md2
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 |