mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/Player): Split Dungeon Finder quest rates (#9788)
This commit is contained in:
@@ -2252,13 +2252,15 @@ Rate.Drop.Item.ReferencedAmount = 1
|
||||
# Description: Experience rates (outside battleground)
|
||||
# Default: 1 - (Rate.XP.Kill)
|
||||
# 1 - (Rate.XP.Quest)
|
||||
# 1 - (Rate.XP.Quest.DF) - Dungeon Finder/LFG quests only.
|
||||
# 1 - (Rate.XP.Explore)
|
||||
# 1 - (Rate.XP.Pet)
|
||||
|
||||
Rate.XP.Kill = 1
|
||||
Rate.XP.Quest = 1
|
||||
Rate.XP.Explore = 1
|
||||
Rate.XP.Pet = 1
|
||||
Rate.XP.Kill = 1
|
||||
Rate.XP.Quest = 1
|
||||
Rate.XP.Quest.DF = 1
|
||||
Rate.XP.Explore = 1
|
||||
Rate.XP.Pet = 1
|
||||
|
||||
#
|
||||
# Rate.XP.BattlegroundKill
|
||||
|
||||
Reference in New Issue
Block a user