mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Scripting: Fix a warning when building statically
(cherry picked from commit 1b909f9dac)
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
// This method should never be called
|
||||
std::shared_ptr<ModuleReference>
|
||||
ScriptReloadMgr::AcquireModuleReferenceOfContext(std::string const& context)
|
||||
ScriptReloadMgr::AcquireModuleReferenceOfContext(std::string const& /*context*/)
|
||||
{
|
||||
WPAbort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user