Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

trade window subtype #53

Open
dutchie1289 opened this issue May 24, 2015 · 2 comments
Open

trade window subtype #53

dutchie1289 opened this issue May 24, 2015 · 2 comments

Comments

@dutchie1289
Copy link

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
}

@Nottinghster
Copy link

Nottinghster commented Jun 19, 2017

Here's the fix, I've made a commit in my repository

Nottinghster/OTServ_SVN-0.6.4@f5f09b8

@ivucica
Copy link
Member

ivucica commented Jun 19, 2017

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants