#include "object.h"
#include "masterserver.h"
#include "worldmanager.h"
#include "cNPCModels.h"
#include <algorithm>
Implements general functionality for Non-Player Characters (NPCs).
Functionality includes giving, buying, and sell items to vendors.
Inherits from the cObject class.