diff options
| author | megamage <none@none> | 2009-05-10 14:43:58 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-10 14:43:58 -0500 |
| commit | fe0b73c3a62d18c42d8e232603e40f0e0895a5a3 (patch) | |
| tree | 37ec0bf9641856873f33e562f6cb3dcec44decad /src | |
| parent | 6b8f75af99376929bb1ac99237aaf23c0fdfd565 (diff) | |
[7806] Defines for known gossip icon value cases. Author: NoFantasy
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Creature.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/game/Creature.h b/src/game/Creature.h index 36cfee78c5f..76470495e91 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -108,6 +108,21 @@ enum Gossip_Guard_Skill GOSSIP_GUARD_SKILL_ENGINERING = 91 }; +enum GossipOptionIcon +{ + GOSSIP_ICON_CHAT = 0, //white chat bubble + GOSSIP_ICON_VENDOR = 1, //brown bag + GOSSIP_ICON_TAXI = 2, //flight + GOSSIP_ICON_TRAINER = 3, //book + GOSSIP_ICON_INTERACT_1 = 4, //interaction wheel + GOSSIP_ICON_INTERACT_2 = 5, //interaction wheel + GOSSIP_ICON_MONEY_BAG = 6, //brown bag with yellow dot + GOSSIP_ICON_TALK = 7, //white chat bubble with black dots + GOSSIP_ICON_TABARD = 8, //tabard + GOSSIP_ICON_BATTLE = 9, //two swords + GOSSIP_ICON_DOT = 10 //yellow dot +}; + struct GossipOption { uint32 Id; |
