[7241] Breath time extended to 3.0.x values.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-02-07 14:54:40 +01:00
parent c9eacd7a23
commit 7d3eac7f5a
2 changed files with 2 additions and 2 deletions

View file

@ -870,7 +870,7 @@ void Player::HandleDrowning()
return;
}
uint32 UnderWaterTime = 1*MINUTE*1000; // default length 1 min
uint32 UnderWaterTime = 3*MINUTE*1000; // default length 1 min
AuraList const& mModWaterBreathing = GetAurasByType(SPELL_AURA_MOD_WATER_BREATHING);
for(AuraList::const_iterator i = mModWaterBreathing.begin(); i != mModWaterBreathing.end(); ++i)