diff --git a/src/game/GossipDef.h b/src/game/GossipDef.h index 1cb39b7d0..36c443565 100644 --- a/src/game/GossipDef.h +++ b/src/game/GossipDef.h @@ -70,7 +70,7 @@ enum GossipOptionIcon //POI icons. Many more exist, list not complete. enum Poi_Icon { - ICON_POI_BLANK = 0, // Blank (not visible) + ICON_POI_BLANK = 0, // Blank (not visible), in 2.4.3 have value 15 with 1..15 values in 0..14 range ICON_POI_GREY_AV_MINE = 1, // Grey mine lorry ICON_POI_RED_AV_MINE = 2, // Red mine lorry ICON_POI_BLUE_AV_MINE = 3, // Blue mine lorry diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 8a459bc3e..484ab59e1 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8972" + #define REVISION_NR "8973" #endif // __REVISION_NR_H__