diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-05-19 22:46:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 22:46:47 +0200 |
| commit | 4529ece2eb490d5790acbab387b60c9097e7715f (patch) | |
| tree | 6fed1b1079a41682aa0a568ba8e466ea4448302b | |
| parent | 7382ffa90548c8163bc5fbe48d9c496a82983fd1 (diff) | |
| download | wiki-4529ece2eb490d5790acbab387b60c9097e7715f.tar.gz wiki-4529ece2eb490d5790acbab387b60c9097e7715f.tar.bz2 wiki-4529ece2eb490d5790acbab387b60c9097e7715f.zip | |
feat: Add max item count information for table npc_vendor
| -rw-r--r-- | docs/npc_vendor.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
