PDA

View Full Version : Vendor type for Mercenary Liaison


provocating
12-26-2011, 03:06 PM
Do we have a merchant type for the Mercenary Liaison yet ? I am generating some SQL to fix some of the inconsistencies with POK and if I can find these out I can go ahead and change the vendor types.

Akkadius
12-26-2011, 03:26 PM
Do we have a merchant type for the Mercenary Liaison yet ? I am generating some SQL to fix some of the inconsistencies with POK and if I can find these out I can go ahead and change the vendor types.

classes.h
#define NORRATHS_KEEPERS_MERCHANT 67
#define DARK_REIGN_MERCHANT 68
#define FELLOWSHIP_MASTER 69
#define ALT_CURRENCY_MERCHANT 70
#define MERCERNARY_MASTER 71

Doesn't mean it's implemented yet. The window should still send.

provocating
12-26-2011, 03:31 PM
Awesome, thanks. I guess I could had looked it up, but I am still learning where things are in the source.