Yeah BG Glitch isn't working for me anymore. How do I change how long it waits. I think I'd prefer it to wait 5 minutes instead.
edit- worked after 9 requeues. I'd still like to change the wait time to a little longer. I see the line where it says:
Code:
if (Battlegrounds.GetQueuedBattlegroundWaitTime(0).Minutes > new TimeSpan(0, 0, 0, 30, 0).Minutes)
but I'm not sure how that translates to 1 minute. Above shinavaka changed the "30" to "520" but I'm not sure how that changed 30=1 min to 520=15 min. Any help?