Mercurial > wow > turok
comparison Turok.lua @ 2:62f9b057c91b
use GetTime() directly
author | Nenue |
---|---|
date | Tue, 15 Dec 2015 08:24:51 -0500 |
parents | 766d8a40a1d6 |
children | 8a9a6637f082 |
comparison
equal
deleted
inserted
replaced
1:766d8a40a1d6 | 2:62f9b057c91b |
---|---|
1 | 1 |
2 -- GLOBALS: DEFAULT_CHAT_FRAME, SlashCmdList, hash_SlashCmdList | 2 -- GLOBALS: DEFAULT_CHAT_FRAME, SlashCmdList, hash_SlashCmdList |
3 local T = LibStub("AceAddon-3.0"):NewAddon("Turok", "AceConsole-3.0", "AceEvent-3.0") | 3 local T = LibStub("AceAddon-3.0"):NewAddon("Turok", "AceConsole-3.0", "AceEvent-3.0") |
4 local _G = _G | 4 local _G = _G |
5 local rawset = _G.rawset | 5 local rawset = _G.rawset |
6 local time = GetTime() | |
7 _G.Turok = T | 6 _G.Turok = T |
8 local print = function(...) | 7 local print = function(...) |
9 --_G.print('Core', ...) | 8 --_G.print('Core', ...) |
10 end | 9 end |
11 | 10 |