From 4529ece2eb490d5790acbab387b60c9097e7715f Mon Sep 17 00:00:00 2001 From: Barbz Date: Tue, 19 May 2020 22:46:47 +0200 Subject: feat: Add max item count information for table npc_vendor --- docs/npc_vendor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/npc_vendor.md b/docs/npc_vendor.md index d426565..3139dbf 100644 --- a/docs/npc_vendor.md +++ b/docs/npc_vendor.md @@ -4,7 +4,7 @@ ## General information -This table holds the vendor data for all NPCs that sell items or currencies. +This table holds the vendor data for all NPCs that sell items or currencies. A vendor can only hold up to 150 items (15 pages), it is hardcoded in the emulator and if you change it, the client will crash. ### Prices -- cgit