From de849cc5087e9a11ddff2f4e9ec42b1ec293cf2a Mon Sep 17 00:00:00 2001 From: megamage Date: Sat, 21 Mar 2009 14:53:38 -0600 Subject: Small code cleanup and partial merge with dev branch Author: tomrus88 --HG-- branch : trunk --- src/game/Spell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Spell.cpp') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 0a2dbe53485..1788240fddf 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -4867,7 +4867,7 @@ SpellCastResult Spell::CheckItems() ItemPrototype const *proto = m_CastItem->GetProto(); if(!proto) return SPELL_FAILED_ITEM_NOT_READY; - for(int s=0;s < MAX_ITEM_PROTO_SPELLS; ++s) + for(int s=0; s < MAX_ITEM_PROTO_SPELLS; ++s) { // CastItem will be used up and does not count as reagent int32 charges = m_CastItem->GetSpellCharges(s); -- cgit v1.2.3