mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/ScriptMgr: Improve commit 155a289f05
(cherry picked from commit 30c421bf57)
This commit is contained in:
@@ -125,7 +125,7 @@ class ScriptRegistry
|
||||
}
|
||||
}
|
||||
|
||||
AddScript(std::integral_constant<bool, is_script_database_bound<TScript>::value>{}, script);
|
||||
AddScript(is_script_database_bound<TScript>{}, script);
|
||||
}
|
||||
|
||||
// Gets a script by its ID (assigned by ObjectMgr).
|
||||
|
||||
Reference in New Issue
Block a user