Whack questgivers in the head with a bat to make them properly show ! or ? properly depending on the questtype they hand out

Patch by Liberate

--HG--
branch : trunk
This commit is contained in:
click
2010-04-17 17:59:19 +02:00
parent 6e0fa4b39e
commit cc2db574f1
4 changed files with 8 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ Quest::Quest(Field * questRecord)
RequiredMaxRepValue = questRecord[17].GetInt32();
SuggestedPlayers = questRecord[18].GetUInt32();
LimitTime = questRecord[19].GetUInt32();
QuestFlags = questRecord[20].GetUInt16();
QuestFlags = questRecord[20].GetUInt32();
uint32 SpecialFlags = questRecord[21].GetUInt16();
CharTitleId = questRecord[22].GetUInt32();
PlayersSlain = questRecord[23].GetUInt32();