mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
fix(Core): Fix After PR#21213 Crash (#21327)
This commit is contained in:
@@ -352,7 +352,7 @@ public:
|
||||
void SendAreaTriggerMessage(std::string_view str);
|
||||
|
||||
template<typename... Args>
|
||||
void SendAreaTriggerMessage(std::string fmt, Args&&... args)
|
||||
void SendAreaTriggerMessage(char const* fmt, Args&&... args)
|
||||
{
|
||||
if (!m_playerLoading)
|
||||
SendAreaTriggerMessage(Acore::StringFormat(fmt, std::forward<Args>(args)...));
|
||||
|
||||
Reference in New Issue
Block a user