diff options
| author | Kinzcool <kinzzcool@hotmail.com> | 2014-05-11 03:15:31 -0400 |
|---|---|---|
| committer | Kinzcool <kinzzcool@hotmail.com> | 2014-05-11 03:15:31 -0400 |
| commit | 392e045bda32a8901526b05ab216ba15920e8aec (patch) | |
| tree | 106021116069bb85d2150218f65d22585f918d3b /src/server/game/Quests | |
| parent | ac4fb9db24b0ad115776b3e077d8e8ad6f1faeb4 (diff) | |
DB: Changed WDBVerified startdard to VerifiedBuild
Diffstat (limited to 'src/server/game/Quests')
| -rw-r--r-- | src/server/game/Quests/QuestDef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Quests/QuestDef.cpp b/src/server/game/Quests/QuestDef.cpp index 9b3732d232b..099275ba8dc 100644 --- a/src/server/game/Quests/QuestDef.cpp +++ b/src/server/game/Quests/QuestDef.cpp @@ -137,7 +137,7 @@ Quest::Quest(Field* questRecord) for (int i = 0; i < QUEST_EMOTE_COUNT; ++i) OfferRewardEmoteDelay[i] = questRecord[136+i].GetInt32(); - //int32 WDBVerified = questRecord[140].GetInt32(); + //int32 VerifiedBuild = questRecord[140].GetInt32(); if (SpecialFlags & QUEST_SPECIAL_FLAGS_AUTO_ACCEPT) Flags |= QUEST_FLAGS_AUTO_ACCEPT; |
