From 484cd5b30ec02ab1f6942071b5c5179c448c7e6c Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 9 Aug 2012 02:28:25 +0200 Subject: [PATCH] Typo from last commit. --- src/game/QuestDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index e25f47a14..fa382dbd2 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -29,7 +29,7 @@ class Player; class ObjectMgr; -#define MAX_QUEST_LOG_SIZE 50 +#define MAX_QUEST_LOG_SIZE 25 #define QUEST_OBJECTIVES_COUNT 4 #define QUEST_ITEM_OBJECTIVES_COUNT 6