[8973] Clarify ICON_POI_* changes from 2.4.3 in comment.

This commit is contained in:
VladimirMangos 2009-12-12 03:53:02 +03:00
parent 53680ec3b6
commit 0d927f6c89
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8972"
#define REVISION_NR "8973"
#endif // __REVISION_NR_H__