Breath timer
Base duration of breath should be 60 seconds in Vanilla and TBC, not 3 minutes as it was changed to in patch 3.0.2 for Wrath (and how it currently is on cmangos classic) http://wowwiki.wikia.com/wiki/Breath?oldid=335923 http://wowwiki.wikia.com/wiki/Breath It even states in the uncached, current version of the wiki, my last link, which patch it was changed in, and what the duration was prior to that; 60 seconds. TODO: The forsaken racial trait should be changed to reflect this, meaning that undead should have 3 minutes base, regardless of what they had before, as my first link clearly states.
This commit is contained in:
parent
b7130b86a6
commit
0ce9854825
@ -714,7 +714,7 @@ void World::LoadConfigSettings(bool reload)
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_FATIGUE_GMLEVEL, "TimerBar.Fatigue.GMLevel", SEC_CONSOLE);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_FATIGUE_MAX, "TimerBar.Fatigue.Max", 60);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_BREATH_GMLEVEL, "TimerBar.Breath.GMLevel", SEC_CONSOLE);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_BREATH_MAX, "TimerBar.Breath.Max", 180);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_BREATH_MAX, "TimerBar.Breath.Max", 60);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_FIRE_GMLEVEL, "TimerBar.Fire.GMLevel", SEC_CONSOLE);
|
||||
setConfig(CONFIG_UINT32_TIMERBAR_FIRE_MAX, "TimerBar.Fire.Max", 1);
|
||||
|
||||
|
@ -813,7 +813,7 @@ Guild.EventLogRecordsCount = 100
|
||||
TimerBar.Fatigue.GMLevel = 4
|
||||
TimerBar.Fatigue.Max = 60
|
||||
TimerBar.Breath.GMLevel = 4
|
||||
TimerBar.Breath.Max = 180
|
||||
TimerBar.Breath.Max = 60
|
||||
TimerBar.Fire.GMLevel = 4
|
||||
TimerBar.Fire.Max = 1
|
||||
MaxPrimaryTradeSkill = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user