diff --git a/src/game/DBCfmt.h b/src/game/DBCfmt.h index e4788868e..d16e15c89 100644 --- a/src/game/DBCfmt.h +++ b/src/game/DBCfmt.h @@ -75,7 +75,7 @@ const char MailTemplateEntryfmt[]="nxxxxxxxxxxxxxxxxxssssssssssssssssx"; const char MapEntryfmt[]="nxixxssssssssssssssssxixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxixiffxixx"; const char MapDifficultyEntryfmt[]="diixxxxxxxxxxxxxxxxxiix"; const char MovieEntryfmt[]="nxx"; -const char QuestFactionRewardfmt[]="niiiiiiiii"; +const char QuestFactionRewardfmt[]="niiiiiiiiii"; const char QuestSortEntryfmt[]="nxxxxxxxxxxxxxxxxx"; const char QuestXPLevelfmt[]="niiiiiiiiix"; const char PvPDifficultyfmt[]="diiiii"; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d72339439..1f4e0eb26 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9319" + #define REVISION_NR "9320" #endif // __REVISION_NR_H__