aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-24 17:26:44 -0500
committermegamage <none@none>2009-05-24 17:26:44 -0500
commit8140543de41c36945303627efbde518837b406b1 (patch)
tree346bc5bbc48b4558d869c97385dd2bf549668a69 /src/game/SpellAuras.cpp
parent1c505261bc13585924e553eeea7b7a14232eb08f (diff)
*Rewrite some OPvP functions.
*Apply tenacity buff for outnumbered players in wintergrasp. --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 12e409e9bcc..e66c33ea49b 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -6593,6 +6593,11 @@ void AuraEffect::PeriodicDummyTick()
// case 50493: break;
// // Love Rocket Barrage
// case 50530: break;
+ // Tenacity
+ case 58549:
+ case 59911:
+ GetParentAura()->RefreshAura();
+ break;
// Exist more after, need add later
default:
break;