mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-26 13:35:54 +00:00
Removed more warnings, mostly related to unused-variable
issue #121 We still have to work on unused-parameter
This commit is contained in:
@@ -13,6 +13,7 @@ class AuctionListOwnerItemsDelayEvent : public BasicEvent
|
||||
|
||||
virtual bool Execute(uint64 e_time, uint32 p_time);
|
||||
virtual void Abort(uint64 e_time) {}
|
||||
bool getOwner() { return owner; }
|
||||
|
||||
private:
|
||||
WorldPacket data;
|
||||
|
||||
Reference in New Issue
Block a user