mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Tools/Extractors: small change to get rid of the error 2 when trying to extract vmaps
Ref #13531
This commit is contained in:
@@ -76,7 +76,7 @@ const char* szRawVMAPMagic = "VMAP042";
|
||||
|
||||
bool OpenCascStorage()
|
||||
{
|
||||
if (!CascOpenStorage(".\\Data", 0, &CascStorage))
|
||||
if (!CascOpenStorage("Data", 0, &CascStorage))
|
||||
{
|
||||
printf("Error %d\n", GetLastError());
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user