arenacraftwow e9ef8ef62e feat(cpp/conf): Add option to teach all spells on first login (#9)
- Adds a `LearnAllOnFirstLogin` (default: false) option to teach the
player all the spells when he first logs in,
- Disabled by default because of performance concerns,
- Slight optimizations have been added to mitigate this issue
- However enabling this on a more populous server could cause issues
due to the current design of the module
2020-04-01 20:22:25 +02:00
2017-10-24 15:08:50 +02:00
2017-10-24 15:09:56 +02:00
2017-10-24 15:09:56 +02:00
2017-10-24 15:09:56 +02:00
2017-10-24 15:09:56 +02:00

mod-learnspells

LearnAllSpells module for AzerothCore.

LearnAllSpells teach new spells on level-up, like in Cataclysm and up.

Original script:

http://www.ac-web.org/forums/showthread.php?172918-C-Automatically-Learn-New-Spells

Languages
C++ 100%