From f8f4680cb79129977c7561e558cdbd0242be549c Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Sun, 7 Feb 2010 10:45:48 +0100 Subject: [PATCH] [9320] Correct typo in [9319], sorry :) --- src/game/DBCfmt.h | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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__