Changeset 22

Show
Ignore:
Timestamp:
09/20/09 20:53:01 (2 years ago)
Author:
valroft
Message:

- Fixed the quest packet so that quest offers display properly. Mostly a cosmetic issue.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/hearthstone-world/QuestMgr.cpp

    r21 r22  
    324324 
    325325        *data <<  qst->title; 
     326        *data <<  qst->objectives; 
    326327        *data <<  qst->details; 
    327         *data <<  qst->objectives; 
    328328 
    329329        *data << uint32(1);                                                             // Is Acceptable