diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-05-18 23:51:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 23:51:12 +0200 |
| commit | 2ada73eaa1bd825858665582e6b11836e4f33b6a (patch) | |
| tree | 22c03faf75d685788bb00d168f124a9043c99156 /docs | |
| parent | 222ad5c81c8f21cdb9cb82adaf8a071aee917cb4 (diff) | |
| download | wiki-2ada73eaa1bd825858665582e6b11836e4f33b6a.tar.gz wiki-2ada73eaa1bd825858665582e6b11836e4f33b6a.tar.bz2 wiki-2ada73eaa1bd825858665582e6b11836e4f33b6a.zip | |
Update npc_vendor.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/npc_vendor.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md index 5b48096..d426565 100644 --- a/docs/npc_vendor.md +++ b/docs/npc_vendor.md @@ -43,7 +43,8 @@ The ID of the creature. See [creature\_template.entry](creature_template#entry). ### slot -Position of the item when the vendor window opens. The image below explains how the vendor-inventory slots are numbered. To continue on past the first page just use numbers 10, 11, 12, etc... +Position of the item when the vendor window opens. It starts from 0 to x, from top to bottom, and from left to right. +*Note: if you have a list of items at slot 0, and you edit one of them to be at slot 1 or any number, that item will always be at the end because all the other items are in slot 0.* ### item |
