mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-18 22:19:54 -04:00
*More cleanup of scripts.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user