diff options
Diffstat (limited to 'src/game/Item.h')
-rw-r--r-- | src/game/Item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Item.h b/src/game/Item.h index eb9f521aac3..a51f06d8d51 100644 --- a/src/game/Item.h +++ b/src/game/Item.h @@ -154,7 +154,7 @@ enum EnchantmentSlot SOCK_ENCHANTMENT_SLOT_2 = 3, SOCK_ENCHANTMENT_SLOT_3 = 4, BONUS_ENCHANTMENT_SLOT = 5, - WOTLK_ENCHANTMENT_SLOT = 6, + PRISMATIC_ENCHANTMENT_SLOT = 6, // added at apply special permanent enchantment MAX_INSPECTED_ENCHANTMENT_SLOT = 7, PROP_ENCHANTMENT_SLOT_0 = 7, // used with RandomSuffix |