diff options
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 6e1de2d8567..ad99e676ee7 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1095,7 +1095,7 @@ void World::SetInitialWorldSettings() spellmgr.LoadSpellPetAuras(); sLog.outString( "Loading spell extra attributes...(TODO)" ); - spellmgr.LoadSpellExtraAttr(); + spellmgr.LoadSpellCustomAttr(); sLog.outString( "Loading linked spells..." ); spellmgr.LoadSpellLinked(); |
