File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,19 @@ function MangAdmin:CreateStartFrames()
205205 setpoint = {
206206 pos = " TOPLEFT" ,
207207 offX = 10 ,
208- offY = - 10
208+ offY = - 5
209+ }
210+ })
211+
212+ FrameLib :BuildFontString ({
213+ name = " ma_infoonlineworldtext" ,
214+ group = " bg" ,
215+ parent = ma_rightframe ,
216+ text = " Players in world: ..." ,
217+ setpoint = {
218+ pos = " TOPLEFT" ,
219+ offX = 10 ,
220+ offY = - 25
209221 }
210222 })
211223
@@ -217,7 +229,7 @@ function MangAdmin:CreateStartFrames()
217229 setpoint = {
218230 pos = " TOPLEFT" ,
219231 offX = 10 ,
220- offY = - 32
232+ offY = - 44
221233 }
222234 })
223235
@@ -229,19 +241,19 @@ function MangAdmin:CreateStartFrames()
229241 setpoint = {
230242 pos = " TOPLEFT" ,
231243 offX = 10 ,
232- offY = - 52
244+ offY = - 64
233245 }
234246 })
235247
236248 FrameLib :BuildFontString ({
237249 name = " ma_inforevisiontext" ,
238250 group = " bg" ,
239251 parent = ma_rightframe ,
240- text = " TrinityCore Revision: ..." ,
252+ text = " AzerothCore Revision: ..." ,
241253 setpoint = {
242254 pos = " TOPLEFT" ,
243255 offX = 10 ,
244- offY = - 72
256+ offY = - 82
245257 }
246258 })
247259
You can’t perform that action at this time.
0 commit comments