diff --git a/sql/mangos.sql b/sql/mangos.sql index d98e5a7a3..6424c8c9f 100644 --- a/sql/mangos.sql +++ b/sql/mangos.sql @@ -13876,6 +13876,11 @@ CREATE TABLE `quest_template` ( `RewRepFaction3` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction4` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction5` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', + `RewRepValueId1` tinyint(3) NOT NULL default '0', + `RewRepValueId2` tinyint(3) NOT NULL default '0', + `RewRepValueId3` tinyint(3) NOT NULL default '0', + `RewRepValueId4` tinyint(3) NOT NULL default '0', + `RewRepValueId5` tinyint(3) NOT NULL default '0', `RewRepValue1` mediumint(9) NOT NULL default '0', `RewRepValue2` mediumint(9) NOT NULL default '0', `RewRepValue3` mediumint(9) NOT NULL default '0', diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3cfc37817..8bc825495 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 "9331" + #define REVISION_NR "9332" #endif // __REVISION_NR_H__