diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-12-23 00:25:43 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-12-23 00:25:43 +0100 |
| commit | 941904d5ea5f8f385c6fcc0fa5eb45a9ef6e8eaf (patch) | |
| tree | 80bd9817b169d86d95c60627c49cafdb373c2086 /src/server/scripts | |
| parent | 6c6e4d4328526ccfcd9049efbf9033fe47de41a6 (diff) | |
Core/Items: Updated item stat calculations
* Implemented item modifiers
* Implemented item bonuses
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_rogue.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/scripts/Spells/spell_rogue.cpp b/src/server/scripts/Spells/spell_rogue.cpp index 78ebe0734b5..f7ab4775c82 100644 --- a/src/server/scripts/Spells/spell_rogue.cpp +++ b/src/server/scripts/Spells/spell_rogue.cpp @@ -304,9 +304,6 @@ class spell_rog_deadly_poison : public SpellScriptLoader // item combat enchantments for (uint8 slot = 0; slot < MAX_ENCHANTMENT_SLOT; ++slot) { - if (slot > PRISMATIC_ENCHANTMENT_SLOT && slot < PROP_ENCHANTMENT_SLOT_0) // not holding enchantment id - continue; - SpellItemEnchantmentEntry const* enchant = sSpellItemEnchantmentStore.LookupEntry(item->GetEnchantmentId(EnchantmentSlot(slot))); if (!enchant) continue; |
