From c9334a7cbf49de377cab035da82d08112ee036d8 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sat, 19 Dec 2009 18:17:03 +0100 Subject: Update one creature type flag. by NoFantasy --HG-- branch : trunk --- src/game/SharedDefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index 8b5fb0888fe..7d71a7f00e8 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -1933,7 +1933,7 @@ enum CreatureFamily enum CreatureTypeFlags { CREATURE_TYPEFLAGS_TAMEABLE = 0x00001, //tameable by any hunter - CREATURE_TYPEFLAGS_UNK2 = 0x00002, //? Related to spirits/ghosts in any form? Allow gossip interaction if player is also ghost? Visibility? + CREATURE_TYPEFLAGS_GHOST = 0x00002, //creature are also visible for not alive player. Allow gossip interaction if npcflag allow? CREATURE_TYPEFLAGS_UNK3 = 0x00004, CREATURE_TYPEFLAGS_UNK4 = 0x00008, CREATURE_TYPEFLAGS_UNK5 = 0x00010, -- cgit v1.2.3