View Single Post
03-13-14, 04:27 AM   #2
Be3f.
A Theradrim Guardian
 
Be3f.'s Avatar
Join Date: Jan 2011
Posts: 65
Go to line 161 in dMinimap.lua and replace
Code:
local time = date("|c00ffffff%H|r:|c00ffffff%M|r")
with

Code:
local time = date("|c00ffffff%I|r:|c00ffffff%M|r")
__________________
-- Be3f.

Last edited by Be3f. : 03-13-14 at 04:30 AM.
  Reply With Quote