Setup/Factions
* fix switched base rep field indizes, causing Profiler to miscalculate character standing * replace hardcoded sql table prefixes
This commit is contained in:
parent
33cd290dc3
commit
14c159c164
6 changed files with 43 additions and 35 deletions
|
|
@ -863,8 +863,8 @@ CREATE TABLE `aowow_factions` (
|
|||
`baseRepClassMask4` mediumint(8) unsigned NOT NULL,
|
||||
`baseRepValue1` mediumint(9) NOT NULL,
|
||||
`baseRepValue2` mediumint(9) NOT NULL,
|
||||
`baseRepValue4` mediumint(9) NOT NULL,
|
||||
`baseRepValue3` mediumint(9) NOT NULL,
|
||||
`baseRepValue4` mediumint(9) NOT NULL,
|
||||
`side` tinyint(3) unsigned NOT NULL,
|
||||
`expansion` tinyint(3) unsigned NOT NULL,
|
||||
`qmNpcIds` varchar(12) NOT NULL COMMENT 'space separated',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue