mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Dynamic build fix
This commit is contained in:
@@ -43,6 +43,12 @@ class TC_GAME_API OutdoorPvPMgr
|
||||
~OutdoorPvPMgr();
|
||||
|
||||
public:
|
||||
OutdoorPvPMgr(OutdoorPvPMgr const&) = delete;
|
||||
OutdoorPvPMgr(OutdoorPvPMgr&&) = delete;
|
||||
|
||||
OutdoorPvPMgr& operator= (OutdoorPvPMgr const&) = delete;
|
||||
OutdoorPvPMgr& operator= (OutdoorPvPMgr&&) = delete;
|
||||
|
||||
static OutdoorPvPMgr* instance();
|
||||
|
||||
// create outdoor pvp events
|
||||
|
||||
Reference in New Issue
Block a user