--- deliantra/server/Changes 2018/11/18 15:19:47 1.867 +++ deliantra/server/Changes 2018/11/27 18:47:35 1.869 @@ -1,3 +1,8 @@ +17:23:15 schmorp: I've noticed that artifact armor generation will not copy over attacktype and + dam. I've found that line 1421 of deliantra/server/common/treasure.C prevents + modification of dam on items that have no dam, such as non-weapons +17:25:50 I have no clue why attacktype isn't being added + Deliantra MORPG Server, Maps and Archetypes ChangeLog. Version numbers sort like decimal numbers. @@ -88,6 +93,7 @@ - include libecb and decore compiler.h and other places in preference to it. - include ska's flat_hash_map and use it instead of unordered_map/set. - use c++11 variadic templates in include/callback.h, get rid of callback.pl. + - level 0 experience valuew as uninitialised. all these years. 3.1 Wed Nov 16 23:17:11 CET 2016 - convert to blitz++ 0.10 and later (also requiring c++ 11).