Skip to content

Commit

Permalink
Creature: Name CREATURE_TYPEFLAGS_FORCE_GOSSIP
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Oct 28, 2023
1 parent 8872fa0 commit 1fbd32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Globals/SharedDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ enum CreatureTypeFlags
CREATURE_TYPEFLAGS_UNK25 = 0x01000000, // pet sounds related?
CREATURE_TYPEFLAGS_UNK26 = 0x02000000, // this one probably controls some creature visual
CREATURE_TYPEFLAGS_TREAT_AS_IN_RAID = 0x04000000, // creature has no type, or forces creature to be considered as in party, may be related to creature assistance
CREATURE_TYPEFLAGS_UNK28 = 0x08000000, // used in Lua_ForceGossip
CREATURE_TYPEFLAGS_FORCE_GOSSIP = 0x08000000, // used in Lua_ForceGossip
CREATURE_TYPEFLAGS_UNK29 = 0x10000000, // no idea, but it used by client
CREATURE_TYPEFLAGS_UNK30 = 0x20000000,
CREATURE_TYPEFLAGS_UNK31 = 0x40000000,
Expand Down

0 comments on commit 1fbd32e

Please sign in to comment.