*More cleanup of scripts.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-04 17:42:48 -05:00
parent 7db7e004f4
commit cd632749d6
39 changed files with 97 additions and 95 deletions
+1 -1
View File
@@ -712,7 +712,7 @@ void LoadOverridenDBCData()
SpellEntry *spellInfo;
for(uint32 i = 0; i < GetSpellStore()->GetNumRows(); ++i)
{
spellInfo = (SpellEntry*)GetSpellStore()->LookupEntry(i);
spellInfo = GET_SPELL(i);
if(!spellInfo)
continue;