mirror of
https://github.com/BytesGalore/mod-no-hearthstone-cooldown.git
synced 2026-02-07 12:41:14 +00:00
25 lines
1.0 KiB
Markdown
25 lines
1.0 KiB
Markdown
#  AzerothCore
|
|
## mod-no-hearthstone-cooldown
|
|
### This is a module for [AzerothCore](http://www.azerothcore.org)
|
|
|
|
#### Features:
|
|
- It disables the Hearthstone cooldown
|
|
|
|
### This module currently requires:
|
|
- AzerothCore v4.0.0+
|
|
|
|
### 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
|
|
|
|
### (Optional) Edit module configuration
|
|
You can turn the module **on** and **off**, default it is **on**.
|
|
If you want to disable it, go to your server configuration folder (e.g. **etc**), copy `no-hearthstone-cooldown.conf.dist` to `no-hearthstone-cooldown.conf` and change
|
|
`NoHearthstoneCooldown.Enable = 1`
|
|
to
|
|
`NoHearthstoneCooldown.Enable = 0`
|
|
|
|
## Credits
|
|
* BytesGalore
|
|
* AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)
|