Core/Instances: Instance lock rewrite (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
This commit is contained in:
@@ -324,7 +324,7 @@ namespace Framework.Database
|
||||
}
|
||||
}
|
||||
|
||||
public void EscapeString(ref string str)
|
||||
public static void EscapeString(ref string str)
|
||||
{
|
||||
str = MySqlHelper.EscapeString(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user