aboutsummaryrefslogtreecommitdiff
path: root/src/game/GossipDef.h
diff options
context:
space:
mode:
authorMachiavelli <none@none>2010-03-19 20:20:42 +0100
committerMachiavelli <none@none>2010-03-19 20:20:42 +0100
commit0c6368bd39bb129648ef0c9c9ed902e2484a4d8b (patch)
tree08b24c9efcc4ed2dfdd3e7c9e7b2ea273dcca1a8 /src/game/GossipDef.h
parent2b55eb2efeb323ce61927da38106e3d2077e178a (diff)
Fix hunter pet talent reset feature.
Thanks to Xanadu and nalimleinad for aiding research. --HG-- branch : trunk
Diffstat (limited to 'src/game/GossipDef.h')
-rw-r--r--src/game/GossipDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GossipDef.h b/src/game/GossipDef.h
index 60eacdfffec..b487653b402 100644
--- a/src/game/GossipDef.h
+++ b/src/game/GossipDef.h
@@ -49,7 +49,7 @@ enum Gossip_Option
GOSSIP_OPTION_STABLEPET = 14, //UNIT_NPC_FLAG_STABLE (4194304)
GOSSIP_OPTION_ARMORER = 15, //UNIT_NPC_FLAG_ARMORER (4096)
GOSSIP_OPTION_UNLEARNTALENTS = 16, //UNIT_NPC_FLAG_TRAINER (16) (bonus option for GOSSIP_OPTION_TRAINER)
- GOSSIP_OPTION_UNLEARNPETSKILLS = 17, //UNIT_NPC_FLAG_TRAINER (16) (bonus option for GOSSIP_OPTION_TRAINER)
+ GOSSIP_OPTION_UNLEARNPETTALENTS = 17, //UNIT_NPC_FLAG_TRAINER (16) (bonus option for GOSSIP_OPTION_TRAINER)
GOSSIP_OPTION_LEARNDUALSPEC = 18, //UNIT_NPC_FLAG_TRAINER (16) (bonus option for GOSSIP_OPTION_TRAINER)
GOSSIP_OPTION_OUTDOORPVP = 19, //added by code (option for outdoor pvp creatures)
GOSSIP_OPTION_MAX