aboutsummaryrefslogtreecommitdiff
path: root/src/game/GossipDef.h
diff options
context:
space:
mode:
authorpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 19:23:52 +0200
committerpanaut0lordv <panaut0lordv@gmail.com>2009-06-04 19:23:52 +0200
commitee5f4a93a6163ba7e6ef96570408b7b48f2fe383 (patch)
tree646d5945247bf49ec7fc54f202d332e468b80207 /src/game/GossipDef.h
parentcc4a38072287a05f78ee1df2ae67d5799ca3cbe5 (diff)
*Typohunt - introduction.
--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 102a34b5913..88c15f334a1 100644
--- a/src/game/GossipDef.h
+++ b/src/game/GossipDef.h
@@ -203,7 +203,7 @@ class TRINITY_DLL_SPEC PlayerMenu
void SendQuestQueryResponse ( Quest const *pQuest );
void SendQuestGiverQuestDetails( Quest const *pQuest, uint64 npcGUID, bool ActivateAccept);
- void SendQuestGiverOfferReward( Quest const* pQuest, uint64 npcGUID, bool EnbleNext );
+ void SendQuestGiverOfferReward( Quest const* pQuest, uint64 npcGUID, bool EnableNext );
void SendQuestGiverRequestItems( Quest const *pQuest, uint64 npcGUID, bool Completable, bool CloseOnCancel );
};
#endif