[9332] Correct mangos.sql for missing RewRepValueIdN-fields

This commit is contained in:
NoFantasy 2010-02-08 23:46:19 +01:00
parent 8465d95d9f
commit 2fc0025b89
2 changed files with 6 additions and 1 deletions

View file

@ -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', `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', `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', `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', `RewRepValue1` mediumint(9) NOT NULL default '0',
`RewRepValue2` mediumint(9) NOT NULL default '0', `RewRepValue2` mediumint(9) NOT NULL default '0',
`RewRepValue3` mediumint(9) NOT NULL default '0', `RewRepValue3` mediumint(9) NOT NULL default '0',

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9331" #define REVISION_NR "9332"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__