Core/Spells: Implemented spell effect 254 (SPELL_EFFECT_JUMP_CHARGE)
Port From (https://github.com/TrinityCore/TrinityCore/commit/a809932f5017c98092a02694e86e276add03f8b9)
This commit is contained in:
@@ -754,6 +754,9 @@ namespace Game
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Player Choices Locales...");
|
||||
Global.ObjectMgr.LoadPlayerChoicesLocale();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading Jump Charge Params...");
|
||||
Global.ObjectMgr.LoadJumpChargeParams();
|
||||
|
||||
CharacterDatabaseCleaner.CleanDatabase();
|
||||
|
||||
Log.outInfo(LogFilter.ServerLoading, "Loading the max pet number...");
|
||||
|
||||
Reference in New Issue
Block a user