mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(Core/SpellMgr): Worldserver option for ICC buff (#2320)
This commit is contained in:
@@ -3280,5 +3280,29 @@ Calculate.Gameoject.Zone.Area.Data = 0
|
||||
|
||||
LFG.Location.All = 0
|
||||
|
||||
#
|
||||
# ICC Buff
|
||||
# Description: Specify ICC buff
|
||||
# (It is necessary to restart the server after changing the values!)
|
||||
# Default: ICC.Buff.Horde = 73822
|
||||
# ICC.Buff.Alliance = 73828
|
||||
#
|
||||
# Spell IDs for the auras:
|
||||
# 73816 - 5% buff Horde
|
||||
# 73818 - 10% buff Horde
|
||||
# 73819 - 15% buff Horde
|
||||
# 73820 - 20% buff Horde
|
||||
# 73821 - 25% buff Horde
|
||||
# 73822 - 30% buff Horde
|
||||
# 73762 - 5% buff Alliance
|
||||
# 73824 - 10% buff Alliance
|
||||
# 73825 - 15% buff Alliance
|
||||
# 73826 - 20% buff Alliance
|
||||
# 73827 - 25% buff Alliance
|
||||
# 73828 - 30% buff Alliance
|
||||
|
||||
ICC.Buff.Horde = 73822
|
||||
ICC.Buff.Alliance = 73828
|
||||
|
||||
#
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user