Explorar o código

For dev release 0.81c

Michał W. Urbańczyk %!s(int64=15) %!d(string=hai) anos
pai
achega
f4b9af000f
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      ChangeLog
  2. 1 1
      global.h

+ 1 - 0
ChangeLog

@@ -5,6 +5,7 @@ ADVENTURE MAP:
 * Favourable Winds reduce sailing cost
 
 HERO:
+* Learning secondary skill supported.
 * Most of hero specialities are supported, including:
 -Creature specialities (progressive, fixed, Sir Mullich)
 -Spell damage specialities (Deemer), fixed bonus (Ciele)

+ 1 - 1
global.h

@@ -24,7 +24,7 @@ typedef si64 expType;
 #define THC
 #endif
 
-#define NAME_VER ("VCMI 0.81b")
+#define NAME_VER ("VCMI 0.81c")
 extern std::string NAME; //full name
 extern std::string NAME_AFFIX; //client / server
 #define CONSOLE_LOGGING_LEVEL 5