mirror of
https://github.com/BytesGalore/mod-no-hearthstone-cooldown.git
synced 2026-01-13 00:58:37 +00:00
mod: renamed config file
fix: only apply cooldown if mod is enabled mod: refactored code mod: read enabled state only when the world-config is loaded add: config option to switch mod announcement
This commit is contained in:
24
conf/mod_no_hearthstone_cooldown.conf.dist
Normal file
24
conf/mod_no_hearthstone_cooldown.conf.dist
Normal file
@@ -0,0 +1,24 @@
|
||||
#
|
||||
# Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
|
||||
#
|
||||
|
||||
[worldserver]
|
||||
|
||||
#####################################################
|
||||
# No Hearthstone cooldown module configuration
|
||||
#####################################################
|
||||
#
|
||||
# NoHearthstoneCooldownConfig.Enable
|
||||
# Description: Enable to skip the Hearthstone cooldown
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
#
|
||||
# NoHearthstoneCooldownConfig.Announce
|
||||
# Description: Inform the player about the loaded module
|
||||
# Default: 1 - Enabled
|
||||
# 0 - Disabled
|
||||
#
|
||||
|
||||
NoHearthstoneCooldown.Enable = 1
|
||||
|
||||
NoHearthstoneCooldown.Announce = 1
|
||||
Reference in New Issue
Block a user