diff options
author | IncoGnito <none@none> | 2009-02-12 20:39:45 +0100 |
---|---|---|
committer | IncoGnito <none@none> | 2009-02-12 20:39:45 +0100 |
commit | 58545982e47d571a6c854c780af8b450747f226a (patch) | |
tree | 228bcf673f3fbeec37c2a3520311eb0001d69407 /src/game/ObjectMgr.cpp | |
parent | c4c92e27f2797b70bb1532050186a0b76e4cb1db (diff) |
*Fix a typo
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 6607a5bda00..054b04036af 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -3186,7 +3186,7 @@ void ObjectMgr::LoadQuests() // 71 72 73 74 75 76 77 "RewChoiceItemId1, RewChoiceItemId2, RewChoiceItemId3, RewChoiceItemId4, RewChoiceItemId5, RewChoiceItemId6, RewChoiceItemId7," // 78 79 80 81 82 83 84 - "RewChoiceItemCount1, RewChoiceItemCount2, RewChoiceItemCount3, RewChoiceItemCount4, RewChoiceItemCount5, RewChoiceItemCount6, RewChoiceItemCount6," + "RewChoiceItemCount1, RewChoiceItemCount2, RewChoiceItemCount3, RewChoiceItemCount4, RewChoiceItemCount5, RewChoiceItemCount6, RewChoiceItemCount7," // 85 86 87 88 89 90 91 92 "RewItemId1, RewItemId2, RewItemId3, RewItemId4, RewItemCount1, RewItemCount2, RewItemCount3, RewItemCount4," // 93 94 95 96 97 98 99 100 101 102 |