diff options
| author | Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> | 2019-10-05 16:12:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-05 16:12:30 +0200 |
| commit | c7b284a922561ad1860bd584b6fa4d20a7b1166b (patch) | |
| tree | bf788d48acbc1cb98554c13f7cb3dc0841ce3f55 /docs/smart_scripts.md | |
| parent | 4c3c32cda2ff129ffa000abe9b204823bdb7f3fe (diff) | |
| download | wiki-c7b284a922561ad1860bd584b6fa4d20a7b1166b.tar.gz wiki-c7b284a922561ad1860bd584b6fa4d20a7b1166b.tar.bz2 wiki-c7b284a922561ad1860bd584b6fa4d20a7b1166b.zip | |
doc(smart_scripts): fix parameters for SMART_ACTION_EQUIP (#133)
Diffstat (limited to 'docs/smart_scripts.md')
| -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 79edb98..f0f6dc5 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -2783,7 +2783,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if <tr class="even"> <td><p>SMART_ACTION_EQUIP</p></td> <td><p>71</p></td> -<td><p><a href="creature_equip_template#creatureid">creature_equip_template.CreatureID</a></p></td> +<td><p><a href="creature_equip_template#id">creature_equip_template.ID</a></p></td> <td><p>Slotmask</p></td> <td><p>Slot1 (<a href="item_template#entry">item_template.entry</a>)</p></td> <td><p>Slot2 (<a href="item_template#entry">item_template.entry</a>)</p></td> |
