Browse Source

Merge branch 'f/LotroDat-0-Version-update' of LotRO_Legacy/LotroDat into dev

Ivan Arkhipov 4 years ago
parent
commit
144b25cb9d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      include/LotroDat.h
  2. 1 1
      src/DatSubsystems/DatLocaleManager.cpp

+ 1 - 1
include/LotroDat.h

@@ -2,7 +2,7 @@
 // Created by Иван_Архипов on 01.11.2017.
 //
 
-#define LOTRO_DAT_VERSION "7.2.2"
+#define LOTRO_DAT_VERSION "7.3.0"
 
 #include "DatFile.h"
 #include "Database.h"

+ 1 - 1
src/DatSubsystems/DatLocaleManager.cpp

@@ -3,7 +3,7 @@
 #include <DatFile.h>
 #include <SubFile.h>
 
-#define DAT_LOCALE_DICT_VERSION 102
+#define DAT_LOCALE_DICT_VERSION 103
 
 namespace LOTRO_DAT {
     DatLocaleManager::DatLocaleManager(DatFile *datFilePtr) : dat(datFilePtr), current_locale_(ORIGINAL) {