Jump to content

Update underwater timer for 3.0.3


Guest Dythzer

Recommended Posts

Very small fix - Underwater breathing time changed from 1 minute to 3 minutes in 3.0.2

Revision: 7090

Sources:

*http://www.wowwiki.com/Breath

*http://www.wowwiki.com/Patch_3.0.2_(undocumented_changes)

*Me

diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 3c6284c..b854e3b 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -880,7 +880,7 @@ void Player::HandleDrowning()
        return;
    }

-    uint32 UnderWaterTime = 1*MINUTE*1000;                  // default length 1 min
+    uint32 UnderWaterTime = 3*MINUTE*1000;                  // default length 3 min

    AuraList const& mModWaterBreathing = GetAurasByType(SPELL_AURA_MOD_WATER_BREATHING);
    for(AuraList::const_iterator i = mModWaterBreathing.begin(); i != mModWaterBreathing.end(); ++i)

Link to comment
Share on other sites

Very small fix - Underwater breathing time changed from 1 minute to 3 minutes in 3.0.2

Revision: 7090

Sources:

*http://www.wowwiki.com/Breath

*http://www.wowwiki.com/Patch_3.0.2_(undocumented_changes)

*Me

diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 3c6284c..b854e3b 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -880,7 +880,7 @@ void Player::HandleDrowning()
        return;
    }

-    uint32 UnderWaterTime = 1*MINUTE*1000;                  // default length 1 min
+    uint32 UnderWaterTime = 3*MINUTE*1000;                  // default length 3 min

    AuraList const& mModWaterBreathing = GetAurasByType(SPELL_AURA_MOD_WATER_BREATHING);
    for(AuraList::const_iterator i = mModWaterBreathing.begin(); i != mModWaterBreathing.end(); ++i)

simple and good fix, should be no problem to add it :)

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...

This is because after many years of professional swimming techniques, all races are now professional swimmers. This grants them 2 additional minutes of underwater swimming. Please remember to vote in the WOW Olympics for the best swimming team. :D

Link to comment
Share on other sites

  • 2 weeks later...
I personally hate like changes :/ Lost small nice details and race unique from world.

The reason they make changes like this is because they want change log to appear longer. So, we [players] can say "wow look at this huge list of things they changed".

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use