#ifndef EQEMU_PLAYER_EVENT_MERCHANT_SELL_REPOSITORY_H #define EQEMU_PLAYER_EVENT_MERCHANT_SELL_REPOSITORY_H #include "../database.h" #include "../strings.h" #include "base/base_player_event_merchant_sell_repository.h" class PlayerEventMerchantSellRepository: public BasePlayerEventMerchantSellRepository { public: // Custom extended repository methods here }; #endif //EQEMU_PLAYER_EVENT_MERCHANT_SELL_REPOSITORY_H