mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 09:07:25 +00:00
* 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>
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project
|
|
title: "Feature: "
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thank you for taking your time to fill out a feature request. Remember to fill out all fields including the title above.
|
|
An issue that is not properly filled out will be closed.
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Describe your feature request or suggestion in detail
|
|
description: |
|
|
A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: solution
|
|
attributes:
|
|
label: Describe a possible solution to your feature or suggestion in detail
|
|
description: |
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Additional context
|
|
description: |
|
|
Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|