diff options
-rw-r--r-- | doc/constants.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index c818355d8..577517a2a 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5249,6 +5249,13 @@ - `MADO_ROBOT`: 0 - `MADO_SUITE`: 2 +### itemskill option flags + +- `ISF_NONE`: 0 +- `ISF_IGNORECONDITIONS`: 1 +- `ISF_INSTANTCAST`: 2 +- `ISF_CASTONSELF`: 4 + ### Renewal - `RENEWAL`: 1 |