You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.
It's customary to send a pull request so it can be properly reviewed.
Your commit also includes loads of unrelated formatting changes. They seem good, but should not be mixed up into one change. It would be super nice if you would split it up into multiple commits, so we can discuss each separately (and so future readers know what each change was about).
Pietia10
pushed a commit
to Pietia10/server
that referenced
this issue
Mar 26, 2023
If you want a npc to sell a "vial of oil",
you can only see "vial" in the trade window.
It should state: "vial of oil".
It should be like this:
if item->subtype > 0 {
vial of oil
}
else{
vial
}
The text was updated successfully, but these errors were encountered: