You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/game/DataStores/DBCEnums.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -713,7 +713,7 @@ enum ItemBonusType
713
713
ITEM_BONUS_SCALING_STAT_DISTRIBUTION = 11,
714
714
ITEM_BONUS_DISENCHANT_LOOT_ID = 12,
715
715
ITEM_BONUS_SCALING_STAT_DISTRIBUTION_2 = 13,
716
-
ITEM_BONUS_ITEM_LEVEL_OVERRIDE= 14,
716
+
ITEM_BONUS_ITEM_LEVEL_CAN_INCREASE= 14,// Displays a + next to item level indicating it can warforge
717
717
ITEM_BONUS_RANDOM_ENCHANTMENT = 15, // Responsible for showing "<Random additional stats>" or "+%d Rank Random Minor Trait" in the tooltip before item is obtained
0 commit comments