Skip to content

Commit 63062a4

Browse files
authored
Expand DB String enums (#23)
* Expand DB String enums * DBStr consistent use of 'Description'
1 parent eadd853 commit 63062a4

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

include/eqlib/game/EQClasses.h

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,25 +1134,41 @@ enum eDatabaseStringType
11341134
eSpellCategory = 5,
11351135
eSpellDescription = 6,
11361136
eItemLoreGroup = 7,
1137-
1137+
eRaceDescription = 8,
1138+
eClassDescription = 9,
1139+
eStatDescription = 10,
1140+
eRaceName = 11,
1141+
eRaceNamePlural = 12,
1142+
eClassnamePlural = 13,
1143+
eDeityDescription = 14,
1144+
eStartingCityDescription = 15,
1145+
eAugmentSlot = 16,
11381146
eAltCurrencyName = 17,
11391147
eAltCurrencyNamePlural = 18,
1140-
11411148
eAltAbilityCategory = 19,
11421149
eExpansionName = 20,
11431150
eMercenaryCategory = 21,
11441151
eMercenarySubCategory = 22,
11451152
eMercenarySubCategoryDescription = 23,
11461153
eMercenaryStanceName = 24,
1147-
1154+
eMercenaryStanceDescriptionLong = 25,
1155+
eMercenaryStanceDescriptionShort = 26,
11481156
eSpellLineName = 27,
1157+
eContextMenu = 28,
1158+
// 29 does not exist
1159+
eAlertName = 30,
1160+
eAlertDescription = 31,
11491161

1162+
eZoneBonusDescription = 34,
1163+
// 35 does not exist
11501164
eMercenaryAbilityType = 36,
11511165
eMercenaryAbilityName = 37,
11521166
eMercenaryAbilityDescription = 38,
1153-
1167+
eSpellRestrictions = 39,
11541168
eSpellStackingGroup = 40,
11551169
eClaimFeatureDescription = 41,
1170+
eDecal = 42,
1171+
eClickDescription = 43,
11561172

11571173
eFactionName = 45,
11581174
};

0 commit comments

Comments
 (0)