mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9332] Correct mangos.sql for missing RewRepValueIdN-fields
This commit is contained in:
parent
8465d95d9f
commit
2fc0025b89
2 changed files with 6 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9331"
|
||||
#define REVISION_NR "9332"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue