From 9ee0b435c1ca1b74f3b093ecf35c71064c08b202 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 10 Aug 2008 02:55:22 +0000 Subject: [PATCH] - increasing higher vertical positioning from 200 to 300 for the runes module by request --- modules/Runes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Runes.lua b/modules/Runes.lua index 96cdfc6..2c18894 100644 --- a/modules/Runes.lua +++ b/modules/Runes.lua @@ -54,7 +54,7 @@ function Runes.prototype:GetOptions() self:Redraw() end, min = -300, - max = 200, + max = 300, step = 10, disabled = function() return not self.moduleSettings.enabled