From 2ada73eaa1bd825858665582e6b11836e4f33b6a Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 18 May 2020 23:51:12 +0200 Subject: Update npc_vendor.md --- docs/npc_vendor.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit