Merge branch 'master' of github.com:CypherCore/CypherCore
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Game.DataStorage
|
||||
uint oldMSTime = Time.GetMSTime();
|
||||
foreach (CinematicCameraRecord cameraEntry in CliDB.CinematicCameraStorage.Values)
|
||||
{
|
||||
string filename = dataPath + "/cameras/" + $"FILE{cameraEntry.FileDataID:x8}.xxx";
|
||||
string filename = dataPath + "/cameras/" + $"FILE{cameraEntry.FileDataID:X8}.xxx";
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user