mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 00:58:37 +00:00
Update and Fix Spell (#46)
* Update mod_learnspells.conf.dist * fix(cpp): Don't teach healing component of DK spell Death Strike (#1) Co-authored-by: Hasn <h.allgaeuer@hotmail.de> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com> * Update * Add Spell 19885 Track Hidden (Hunter) Add Spell 19885 Track Hidden (Hunter) * Move Spell 1804 - Pick Lock Pick Lock (1804) was incorrectly delivered at level 2. is added to m_ignoreSpells and created to be delivered correctly at level 16 * Update mod_learnspells.cpp Update Far Sight 6196 - Shaman * Upate Immolate and Life Tap (R2- R8) * Update Readme * Update README.md * Fireball (25306) - Mago lvl 62 Fireball (25306) - Mago lvl 62 * Ignore Dalaran Brilliance and Dalaran Intellect Ignore Dalaran Brilliance and Dalaran Intellect * Mage Portal and Teleport * fix portal * Fix Paladin Spell 53652, 53653, 53654 Beacon of Light * Add Redemption (R1-7) * Fix Ignore Mangle (Bear) (R1-5) and Mangle (Cat) (R1-5) Fix Swift Flight Form at level 71 * Update mod_learnspells.conf.dist --------- Co-authored-by: Hasn <h.allgaeuer@hotmail.de> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ca1974dade
commit
723eca6c61
29
.github/README.md
vendored
Normal file
29
.github/README.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
#  AzerothCore
|
||||
|
||||
## mod-learn-spells
|
||||
### This is a module for [AzerothCore](http://www.azerothcore.org)
|
||||
|
||||
- Latest build status with azerothcore:
|
||||
|
||||
[](https://github.com/azerothcore/mod-learn-spells)
|
||||
|
||||
#### Features:
|
||||
|
||||
LearnAllSpells teach new spells on level-up, like in Cataclysm and up.
|
||||
|
||||
### This module currently requires:
|
||||
|
||||
- AzerothCore v1.0.1+
|
||||
|
||||
### How to install
|
||||
|
||||
1. Simply place the module under the `modules` folder of your AzerothCore source folder.
|
||||
2. Re-run cmake and launch a clean build of AzerothCore
|
||||
3. Run the Sql file into your database.
|
||||
4. Ready.
|
||||
|
||||
**Original_script:**
|
||||
|
||||
http://www.ac-web.org/forums/showthread.php?172918-C-Automatically-Learn-New-Spells
|
||||
|
||||
AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org) - [discord chat community](https://discord.gg/PaqQRkd)
|
||||
Reference in New Issue
Block a user