Fix ticket 249 - Nature's Vigil is a 10% buff instead of 20%.
Johnny C. Lam [07-07-13 - 04:43]
Fix ticket 249 - Nature's Vigil is a 10% buff instead of 20%.
git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@948 d5049fe3-3747-40f7-a4b5-f36d6801af5f
diff --git a/OvaleData.lua b/OvaleData.lua
index d06252d..0b0e76c 100644
--- a/OvaleData.lua
+++ b/OvaleData.lua
@@ -95,7 +95,7 @@ OvaleData.selfDamageBuff =
[84745] = 1.1, -- Shallow Insight (rogue)
[84746] = 1.2, -- Moderate Insight (rogue)
[84747] = 1.3, -- Deep Insight (rogue)
- [124974] = 1.2, -- Nature's Vigil (druid)
+ [124974] = 1.1, -- Nature's Vigil (druid)
[127538] = 1.4, -- Savage Roar (druid)
[138002] = 1.4, -- Fluidity (Throne of Thunder, Jin'rokh encounter)
[140741] = 2.0, -- Primal Nutriment (Throne of Thunder, Ji-Kun encounter)