Some Cleanups
This commit is contained in:
@@ -744,7 +744,7 @@ namespace Game.Achievements
|
||||
DeleteFromDB(guid);
|
||||
}
|
||||
|
||||
void DeleteFromDB(ObjectGuid guid)
|
||||
public static void DeleteFromDB(ObjectGuid guid)
|
||||
{
|
||||
SQLTransaction trans = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user