mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7241] Breath time extended to 3.0.x values.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
c9eacd7a23
commit
7d3eac7f5a
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7240"
|
||||
#define REVISION_NR "7241"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue