mirror of
https://github.com/azerothcore/mod-learn-spells.git
synced 2026-01-13 00:58:37 +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>
73 lines
2.0 KiB
YAML
73 lines
2.0 KiB
YAML
name: Bug report
|
|
description: Create a bug report to help us improve.
|
|
title: "Bug: "
|
|
body:
|
|
- type: textarea
|
|
id: current
|
|
attributes:
|
|
label: Current Behaviour
|
|
description: |
|
|
Description of the problem or issue here.
|
|
Include entries of affected creatures / items / quests / spells etc.
|
|
If this is a crash, post the crashlog (upload to https://gist.github.com/) and include the link here.
|
|
Never upload files! Use GIST for text and YouTube for videos!
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected Behaviour
|
|
description: |
|
|
Tell us what should happen instead.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduce
|
|
attributes:
|
|
label: Steps to reproduce the problem
|
|
description: |
|
|
What does someone else need to do to encounter the same bug?
|
|
placeholder: |
|
|
1. Step 1
|
|
2. Step 2
|
|
3. Step 3
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extra
|
|
attributes:
|
|
label: Extra Notes
|
|
description: |
|
|
Do you have any extra notes that can help solve the issue that does not fit any other field?
|
|
placeholder: |
|
|
None
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
id: commit
|
|
attributes:
|
|
label: AC rev. hash/commit
|
|
description: |
|
|
Copy the result of the `.server debug` command (if you need to run it from the client get a prat addon)
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: os
|
|
attributes:
|
|
label: Operating system
|
|
description: |
|
|
The Operating System the Server is running on.
|
|
i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: custom
|
|
attributes:
|
|
label: Custom changes or Modules
|
|
description: |
|
|
List which custom changes or modules you have applied, i.e. Eluna module, etc.
|
|
placeholder: |
|
|
None
|
|
validations:
|
|
required: false
|