From 0c618bd31b270c14203f293d9cacb5a8a7ae776f Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Sun, 2 Feb 2020 18:58:26 -0500 Subject: [PATCH] Fixed refactor bug for d2config (#293) --- d2core/d2config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d2core/d2config/config.go b/d2core/d2config/config.go index aa865a8b..fa4e8e21 100644 --- a/d2core/d2config/config.go +++ b/d2core/d2config/config.go @@ -23,7 +23,7 @@ func getDefaultConfiguration() *Configuration { "d2xmusic.mpq", "d2xtalk.mpq", "d2xvideo.mpq", - "d2datadict.mpq", + "d2data.mpq", "d2char.mpq", "d2music.mpq", "d2sfx.mpq",